Sunday, 17 April 2011

What is static block?

Static block which exactly executed exactly once when the class is first loaded into JVM. Before going to the main method the static block will execute.

No comments:

Post a Comment