Multiple Choice
By default,the classpath consists only of the ________.However,the classpath can be modified by providing the ________ option to the javac compiler.
A) root directory of the package,-d.
B) current directory,-d.
C) root directory of the package,-classpath.
D) current directory,-classpath.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Having a this reference allows:<br>A) a method
Q2: Which method returns an array of the
Q4: Static class variables:<br>A) are final.<br>B) are public.<br>C)
Q6: The import declaration import java.util.*;is known as
Q12: Which statement is false?<br>A) The compiler always
Q12: A programmer-defined constructor that has no arguments
Q12: When should a program explicitly use the
Q13: The import declaration import *;_.<br>A)causes a compilation
Q24: Which of the following is false?<br>A) A
Q25: A final field should also be declared