Multiple Choice
In a class within a package,the keyword ______ must appear in front of the class keyword to make the class available to clients of the package.
A) open
B) public
C) protected
D) package
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: A method that has the same name
Q19: An instance of a superclass can be
Q20: _ is the ability of a class
Q21: What is an access modifier?
Q22: A superclass's private data fields can be
Q24: What kind of methods are appropriate to
Q25: What is an abstract class?
Q26: An instance of a subclass can access
Q27: A method in a subclass is said
Q28: Methods declared as _ use static binding.<br>A)protected<br>B)final<br>C)public<br>D)abstract