All > Technology > Programming > Java
A method with the
final
reserved word in its header. A final method may not be overridden by a method defined in a sub class.- Browse Related Terms: abstract class, abstract method, const, declaration, definition, final class, final method, goto, keyword, method signature, reserved word, static initializer, static method, static nested class