R
Roedy Green
What is the canonical way to explicitly trigger a static class to load
and run thestatic init without actually invoking a real method?
you can't necessarily use newInstance since the class may not have
constructors.
Do you have to invent some dummy static method?
--
Roedy Green Canadian Mind Products
http://mindprod.com
When you were a child, if you did your own experiment
to see if it was better to put to cocoa into your cup first
or the hot milk first, then you likely have the programmer gene..
and run thestatic init without actually invoking a real method?
you can't necessarily use newInstance since the class may not have
constructors.
Do you have to invent some dummy static method?
--
Roedy Green Canadian Mind Products
http://mindprod.com
When you were a child, if you did your own experiment
to see if it was better to put to cocoa into your cup first
or the hot milk first, then you likely have the programmer gene..