Vidyalelo
Java Programming · Q23

Declaration and Access Control

Programming · Java Programming · question 23

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.
Answer
D.
It makes the method static.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board