I'm trying to sort out exactly how Java deals with the static portion of a class when it is loaded...
Is the class itself represented by an instance of Class?
Is there a "special" part of memory (static memory?) where static variables are stored?
I see a lot of conflicting opinions but few facts...
Thanks!