Multiple choice

Which of the following statements is false about java programming language?

  1. A class cannot be both final and abstract.

  2. A final class cannot be subclassed.

  3. An abstract class cannot be instantiated.

  4. A single abstract method in a class means the whole class must be abstract.

  5. None of these

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

.