Multiple choice

Which of the following is a false statement 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 that the whole class must be abstract.

  5. None of the above

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

All the statements are correct.