What happens to static block when initially loaded in java
Anonymous
Whenever any class is loaded it first allocates space for the static variable, then the static block is executed, thereafter the main function is called by the runtime.
Check out your Company Bowl for anonymous work chats.