Q23
In Java, what is the purpose of the final keyword when applied to a method?
A.
It makes the method non-final.
B.
It allows method overriding.
C.
It makes the method constant.
AnswerD.
It makes the method static.
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board