Tuesday, May 13, 2014

static blank final variable

Leave a Comment
A static final variable that is not initialized at the time of declaration is known as static blank final variable. It can be initialized only in static block.

0 comments:

Post a Comment