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.
c. Classes in the same package are implicitly imported into main.
You might also like to view...
In Calc, landscape orientation is the default when printing a worksheet
Indicate whether the statement is true or false
Applets do not normally have constructors. The ___________ method performs the initialization of instance variables.
(a) setJMenuBar() (b) init() (c) paint() (d) close()