Solved

Which of the Following Statements Is False

Question 20

Multiple Choice

Which of the following statements is false?


A) Most classes you'll use in Java programs must be imported explicitly.
B) There's a special relationship between classes that are compiled in the same directory. By default, such classes are considered to be in the same package-known as the default package.
C) Classes in the same package are implicitly imported into main.
D) An import declaration is not required when one class in a package uses another in the same package.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions