ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is static block?

Java static block is the group of statements that gets executed when the class is loaded into memory by Java ClassLoader. It is used to initialize static variables of the class. Mostly it’s used to create static resources when class is loaded.
Related Posts Plugin for WordPress, Blogger...
Flag Counter