Multiple choice

What class cannot be instantiated

  1. Final

  2. Concrete

  3. Abstract

  4. Polymorphic

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

Abstract classes in Java are incomplete and cannot be instantiated directly using the 'new' keyword.