To Rick Reumann:

The static portions of a class are normally executed when the class is loaded.
As I understand, the static variables are initialized at that time, or when the program first references
the variables. The first time. There's no need to create an *instance* in order to use static members.
In fact, the class could be abstract, or have private constructors, so you could never realy instantiate
it, however the static members are accessible by saying ClassName.memberName




---
You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
http://www.sys-con.com/fusetalk

Reply via email to