Multiple choice What class cannot be instantiated Final Concrete Abstract 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.