The java variables, methods and classes can be declared using final keyword. Final keyword is a modifier and can be used in different context. A variable that is declared with final keyword and not initialized is called blank final variable. Final keyword can be used with: Instance Variable, Static Variable, Local Variable, Method, Class. Example of Final Instance Variable. Example of Final Static Variable. Example of Final Local Variable. Example of Final Method. Example of Final Class.

















