Multiple Choice
If you do not include a package statement at the top of your class source file, its classes will be placed in which package?
A) java.lang
B) java.util
C) the default package, which has no name
D) java.awt
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: Which type of method modifies the object
Q24: Which of the following is an example
Q25: Which of the following classifications of method
Q26: Which of the following is true regarding
Q27: Under which of the following conditions must
Q29: Given the following method header, other would
Q30: Consider the partial Date class below which
Q31: A new class is proposed to collect
Q32: Under which of the following conditions would
Q33: If the Math class has been imported