Tuesday, November 29, 2011

How all can you instantiate final members

Final member can be instantiate only at the time of declaration.null:final members can be left uninitialized when declared, in such cases it should be ensured that such final members get initialized before the constructor of the class completes execution.
Category:Java Interview Questions

No comments:

Post a Comment