2
Reply

how does Static Class Constructors are being called.

Rahul Kaushik

Rahul Kaushik

Jul 13 2017 2:56 AM
216

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)