See how the compiler and runtime use the and methods for initialization purposes

The JVM uses two distinctive methods to initialize object instances and classes.

In this quick article, we’re going to see how the compiler and runtime use the _ _and _ _methods for initialization purposes.

#java #jvm

<init> and <clinit> Methods in the JVM
2.95 GEEK