The static var exists before an instance is made...what object does have them, then? You can't have a Has-a relationships with the static var. Im still studying maybe Im wrong but I dont think so. I hope you understand what I mean...
The man who makes no mistakes does not usually make anything<br /> <br />>>> SCJP 5.0 >> SCJD B&S <<< In progress
The definition of has-a in the book is: In Instance, that has a reference to the instance of another class. So, in my opinion, a class variable is a reference to an instance, too. It's just the same instance for all objects of this class.
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.