final keyword in Java - javatpoint - 0 views
-
mahesh 1234 on 24 Dec 13The final keyword in java is used to restrict the user. The final keyword can be used in many context. Final can be: variable method class The final keyword can be applied with the variables, a final variable that have no value it is called blank final variable or uninitialized final variable.