Tuesday, 14 July 2015

Final Keyword

Topics


1.  Introduction to Final Keyword.

The final keyword in java is used to restrict the user. The java final keyword can be used in many context. Final can be:
  1. variable
  2. method
  3. 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. It can be initialized in the constructor only. The blank final variable can be static also which will be initialized in the static block only. We will have detailed learning of these. Let's first learn the basics of final keyword.

2. Discuss the Final Keyword.

Image result for final keyword in java
   

No comments:

Post a Comment