Q28
In Java, what does the "final" keyword indicate when used with a method?
A.
The method cannot be overridden in subclasses
AnswerB.
The method is a static method
C.
The method is a constructor
D.
The method cannot be accessed from other classes
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board