Multiple Choice
The classpath consists of a list of directories or archive files,each separated by a ________ on Windows or a ________ on UNIX/Linux/Max OS X.
A) colon (:) ,semicolon (;) .
B) semicolon (;) ,colon (:) .
C) comma (,) ,semicolon (;) .
D) semicolon (;) ,comma (,) .
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Having a this reference allows:<br>A) a method
Q2: A class within a package must be
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
Q8: By default,the classpath consists only of the
Q12: Which statement is false?<br>A) The compiler always
Q12: A programmer-defined constructor that has no arguments
Q24: Which of the following is false?<br>A) A
Q25: A final field should also be declared