Tuesday, November 29, 2011

Core Java Interview Questions :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.

No comments:

Post a Comment