Q. 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) The method cannot be overridden in subclasses