web technology Online Quiz - 205
Description: web technology Online Quiz - 205 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Which of the following is used by assemblies to find each other?
Which keyword can protect a class in a package from accessibility by the classes outside the package?
Which of the following statements about abstract methods/classes in Java are true? 1. An abstract class cannot be instantiated. 2. Constructors cannot be abstract. 3. A subclass of an abstract class must defined the abstract methods. 4. Static methods may be declared abstract.
Which of the following are keywords? (A) switch (B) integer (C) default (D) boolean (E) object
Which of the following are not keywords? (A) NULL (B) implements (C) protected (D) extended (E) string
We would like to make a member of a class visible in all subclasses regardless of what package they are in. Which one of the following keywords would achieve this?