Static Block and its Usages in Java : Free Java Tutorials
Static block is a very important concept. Static blocks will be executed at the time of class loading. Hence, at the time of class loading, if we want to perform any activity, we have to define that inside a static block. We will see various usages of Static blocks in this tutorial. For example, at …
Static Block and its Usages in Java : Free Java Tutorials Read More »