You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static block (or static clause) can be used for static initializations of a class. The code inside static block is executed only once: the first time the class is loaded into memory.