Vidyalelo
Java Programming · Q28

Constructors and Methods

Programming · Java Programming · question 28

Q28

In Java, what does the "final" keyword indicate when used with a method?

A.
The method cannot be overridden in subclasses
Answer
B.
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