What is final method in java?
1694
01-Apr-2015
Anonymous User
01-Apr-2015The final keyword in java is used to restrict the user. The java final keyword can be used in many context.
Final can be:
If you make any method as final, you cannot override it.