Multiple Choice
Which of the following is NOT true about packages?
A) a package can contain other packages
B) a package's name must be the same as the directory that contains all of the classes in the package
C) a Java source file that is part of a named package must contain a statement at the top of the file that contains the keyword package and the name of the package
D) all classes in a package are available to clients of the package
Correct Answer:

Verified
Correct Answer:
Verified
Q44: Is it legal for a subclass of
Q45: A base class is a class that
Q46: A subclass cannot add new members to
Q47: Java packages provide a way to group
Q48: _ is the ability of a variable
Q50: Which of the following is true about
Q51: A package and the directory that contains
Q52: Name 3 important operations that an iterator
Q53: The class which inherits the members of
Q54: A subclass that fails to implement all