posted 18 years ago
Hi,
Where do static variables (yes, they must be instance variables) live? As the book says, instance variables live IN the object on the heap, static variables are shared with all the objects of the very class, so where are they?
Java is better and better, yet bitter and bitter.