Rahul Kaushik

Rahul Kaushik

  • 1k
  • 610
  • 63.6k

how does Static Class Constructors are being called.

Jul 13 2017 2:56 AM

How to track or traverse the Static class constructor? As we know that we cannot instantiate the static class, but somehow for one time the Static class constructor is invoked. How to Traverse that how static class constructor is invoking without instantiating it?

Is there any possibility that its being called from the object class(the super class)?  


Answers (2)