Tuesday, November 29, 2011

What is the meaning of "final" keyword?

Final keyword is used for define constant variables and method and no body can change that variable and method within program.:Final class cannot be extended. Final method cannot be overriden and value of final variable cannot be changed :final is keyword
Category:Java Interview Questions

No comments:

Post a Comment