1.

When Are Static And Non Static Variables Of The Class Initialized?

Answer»

The STATIC VARIABLES are INITIALIZED when the CLASS is loadedNon static variables are initialized just before the constructor is CALLED.

The static variables are initialized when the class is loadedNon static variables are initialized just before the constructor is called.



Discussion

No Comment Found