网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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? ()A MondayB ThursdayC SaturdayD Wednesday

考题 单选题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 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?()A Vector filelist = ((Directory) file).getList();B String[] filelist = file.directory();C Enumeration filelist = file.contents();D String[] filelist = file.list();E Vector filelist = (new Directory(file)).files();

考题 单选题Which of the following terms would best describe the temperature at which a liquid boils at a given pressure?()A Degree of saturationB Saturation temperatureC Superheated temperatureD Degree 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?()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 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?()A RDB CDC DIRD MD

考题 单选题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.