12 How to load ".class" file by using Inheritance

In this time .class file is loading but static blocks are not executing but the byte code is loading from Secondary memory to Primary memor...
Read More

11 How ".class" file is loading by using ClassName.class file

Now Suppose we have two file Demo.java and Loading.java Demo.java class Demo{ static{ System.out.println("Demo Static Block&...
Read More

10 How ".class" file is loading by using Reflection API

API  stands for Application Program Interface. It contain collection of classes and interfaces and enum and annotation. With the help of ...
Read More