Question: Question: What does the final keyword indicate when applied to a class in Java? A) The class can be inherited but cannot be subclassed. B)
Question: What does the final keyword indicate when applied to a class in Java?
A) The class can be inherited but cannot be subclassed.
B) The class cannot be subclassed.
C) The class can only be instantiated once in the JVM.
D) The class's methods cannot be overridden by any subclass.
Step by Step Solution
There are 3 Steps involved in it
The detailed answer for the above question is provided below The correct option is B The class cannot be subclassed Reason When the final keyword is a... View full answer
Get step-by-step solutions from verified subject matter experts
