Maximilian
Lifer
If I have say:
As soon as the program runs that gets initialized right? Even if the class/object aren't being used for some time?
Code:
private static final ObjectA anObjectA = new ObjectA();
As soon as the program runs that gets initialized right? Even if the class/object aren't being used for some time?