I want to know how class loading is done in Java.
Also, I want to know what are the components that are loaded at the time of class loading.
Because I have a class, I am initializing some of the variables in a static way and I need to know if those are initialized properly or not.
Is there any stack trace kind of functionality available to see the components for a class at the time of class loading?