In Java, what does the "final" keyword indicate when used with a method?
A. The method cannot be overridden in subclasses
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

Join The Discussion