In this Java article, you will learn how to use final keyword in Java with code example.

In Java, the final keyword can be applied to declaration of classes, methods and variables.

 

Note: a class cannot be both abstract and final.

 

See all keywords in Java.

 

Related Topics:

 

Other Recommended Tutorials:


About the Author:

is certified Java programmer (SCJP and SCWCD). He started programming with Java in the time of Java 1.4 and has been falling in love with Java since then. Make friend with him on Facebook and watch his Java videos you YouTube.