Tuesday, November 29, 2011

What is final modifier?

The final modifier keyword makes that the programmer cannot change the value anymore. The actual meaning depends on whether it is applied to a class, a variable, or a method.
Category:Core Java Interview Questions

No comments:

Post a Comment