posted 20 years ago
I know we can't use static variables (which makes sense since that implies a class-global variable), but can we use static sections (which simply imply that when the class is loaded into the VM, this section is kicked off).
For example:
1. Is that allowed?
2. Would that be the same across all vendors (I'm thinking it would have to be - NOT the time when it's loaded, just the FACT that it's loaded and kicked off)