Examveda
Examveda

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.

D. It makes the method static.

Answer: Option C


This Question Belongs to Java Program >> Declaration And Access Control

Join The Discussion

Related Questions on Declaration and Access Control