Given the following directory structure: bigProject |--source | |--Utils.java | |--classes |-- And the following command line invocation: javac -d classes source/Utils.java Assume the current directory is bigProject,what is the result? ()A、If the compile is successful, Utils.class is added to the source directory.B、The compiler returns an invalid flag error.C、If the compile is successful, Utils.class is added to the classes directory.D、If the compile is successful, Utils.class is added to the bigProject directory.

Given the following directory structure: bigProject |--source | |--Utils.java | |--classes |-- And the following command line invocation: javac -d classes source/Utils.java Assume the current directory is bigProject,what is the result? ()

  • A、If the compile is successful, Utils.class is added to the source directory.
  • B、The compiler returns an invalid flag error.
  • C、If the compile is successful, Utils.class is added to the classes directory.
  • D、If the compile is successful, Utils.class is added to the bigProject directory.

相关考题:

Given that the current directory is empty, and that the user has read and write privileges to the current, and the following:Which statement is true?() A.Compilation fails.B.Nothing is added to the file system.C.Only a new file is created on the file system.D.Only a new directory is created on the file system.E.Both a new file and a new directory are created on the file system.

Given that the current directory is empty, and that the user has read and write permissions, and the following:Which statement is true?() A.Compilation fails.B.The file system has a new empty directory named dir.C.The file system has a new empty directory named newDir.D.The file system has a directory named dir, containing a file f1.txt.E.The file system has a directory named newDir, containing a file f1.txt.

Which of the following command line utilities allows a technician to create a new directory?() A.RDB.CDC.DIRD.MD

A user reports that they cannot cd to /tmp/application. A system administrator entered the following    command: Is -Id /tmp/application   drw-r-r- 4 root system 512 Jan 15 14:09 application Which of the following is the most likely cause of the  problem()A、The /tmp/application should be globally writable.B、The /tmp/application directory should be executable.C、The /tmp/application directory should be owned by the user.D、The /tmp/application directory should have the sticky bit set

Given the security constraint in a DD:// 101. 102. 103.Foo 104./Bar/Baz/* 105.POST 106. 107. 108.DEVELOPER 109. 110. And given that "MANAGER" is a valid role-name,which four are true for this security constraint?()A、MANAGER can do a GET on resources in the /Bar/Baz directory.B、MANAGER can do a POST on any resource in the /Bar/Baz directory.C、MANAGER can do a TRACE on any resource in the /Bar/Baz directory.D、DEVELOPER can do a GET on resources in the /Bar/Baz directory.E、DEVELOPER can do only a POST on resources in the /Bar/Baz directory.F、DEVELOPER can do a TRACE on any resource in the /Bar/Baz directory.

Which of the following contains the user profile directory for Microsoft Windows 2000 and XP?()A、UsersB、My DocumentsC、Documents and SettingsD、Application Data

Which of the following servers resolves computer names to IP addresses? ()A、 Directory servicesB、 DNSC、 NTPD、 DHCP

Which of the following server types stores users’ home directory folders?()A、ApplicationB、FileC、Directory servicesD、Print

Given the following output:  prompt myapp   [1]+ Stopped myapp  prompt   Which of the following commands will resume executing the stopped process while allowing the user to continue to type commands at the command prompt?()A、 bg myappB、 continue myappC、 exec myappD、 fg myappE、 myapp

Which of the following commands will make a new directory?()A、cdB、mdC、dirD、rd

Which of the following commands is used to delete an empty directory?()A、RDB、EDITC、DIRD、FORMAT

Which of the following is the default directory for User Profiles in Windows 7?()A、C:/ProfilesB、C:/User ProfilesC、C:/Users/ProfilesD、C:/Users

Which of the following commands would be used to move the working directory from C:/ to C:/Windows?()A、CDB、RDC、MDD、SFC

Machine policy templates can be assigned based on certain attributes of a machine. A customer  organizes their machines based on the following requirements:   The machines are all placed in specific Organizational Units in the Active Directory.   The customer has Citrix Servers, and they have a specific naming convention meant only for their Citrix Servers. The customer has DHCP enabled for all the client machines.   The customer has made it clear that they should not need to change anything in the existing infrastructure. Given these requirements, which single assignment attribute would be chosen for assigning machine policy templates?()A、HostnamesB、IP AddressesC、Machine Group TagD、Active Directory Groups

Which of the following commands should be used to monitor the number of threads on the scheduler’s run queue for any given interval?()A、 sarB、 pstatC、 iostatD、 filemon

Which of the following commands should be used to show the percentage of time that any given disk was busy?()A、 psB、 tprofC、 iostatD、 vmstat

Given the following directory structure: bigProject |--source ||--Utils.java| |--classes |-- And the following command line invocation: javac -d classes source/Utils.java Assume the current directory is bigProject,what is the result?()A、If the compile is successful, Utils.class is added to the source directory.B、The compiler returns an invalid flag error.C、If the compile is successful, Utils.class is added to the classes directory.D、If the compile is successful, Utils.class is added to the bigProject directory.

单选题In a given month, Friday is the 21st day of the month. What day of the week was the 5th of the month? ()AMondayBThursdayCSaturdayDWednesday

单选题A user reports that they cannot cd to /tmp/application. A system administrator entered the following    command: Is -Id /tmp/application   drw-r-r- 4 root system 512 Jan 15 14:09 application Which of the following is the most likely cause of the  problem()AThe /tmp/application should be globally writable.BThe /tmp/application directory should be executable.CThe /tmp/application directory should be owned by the user.DThe /tmp/application directory should have the sticky bit set

单选题Given the following routing table entries, which of the following will the next-hop address be for a packet destined for the address 192.168.1.203?()A 77.0.5.5B 40.40.0.254C 66.40.90.121D 72.40.91.1

单选题Given that file is a reference to a File object that represents a directory, which code fragments will succeed in obtaining a list of the entries in the directory?()AVector filelist = ((Directory) file).getList();BString[] filelist = file.directory();CEnumeration filelist = file.contents();DString[] filelist = file.list();EVector filelist = (new Directory(file)).files();

单选题Which of the following terms would best describe the temperature at which a liquid boils at a given pressure?()ADegree of saturationBSaturation temperatureCSuperheated temperatureDDegree of superheat

单选题Given the following directory structure: bigProject |--source ||--Utils.java| |--classes |-- And the following command line invocation: javac -d classes source/Utils.java Assume the current directory is bigProject,what is the result?()AIf the compile is successful, Utils.class is added to the source directory.BThe compiler returns an invalid flag error.CIf the compile is successful, Utils.class is added to the classes directory.DIf the compile is successful, Utils.class is added to the bigProject directory.

多选题Given the security constraint in a DD:// 101. 102. 103.Foo 104./Bar/Baz/* 105.POST 106. 107. 108.DEVELOPER 109. 110. And given that "MANAGER" is a valid role-name,which four are true for this security constraint?()AMANAGER can do a GET on resources in the /Bar/Baz directory.BMANAGER can do a POST on any resource in the /Bar/Baz directory.CMANAGER can do a TRACE on any resource in the /Bar/Baz directory.DDEVELOPER can do a GET on resources in the /Bar/Baz directory.EDEVELOPER can do only a POST on resources in the /Bar/Baz directory.FDEVELOPER can do a TRACE on any resource in the /Bar/Baz directory.

单选题Which of the following command line utilities allows a technician to create a new directory?()ARDBCDCDIRDMD

单选题Given that the current directory is empty, and that the user has read and write privileges to the current directory, and the following: Which statement is true?()A Compilation fails.B Nothing is added to the file system.C Only a new file is created on the file system.D Only a new directory is created on the file system.E Both a new file and a new directory are created on the file system.