[Oracle interview]What is the difference between static and non-static variables?
A staticvariable is associated with the class as a whole rather than with specificinstances of a class. Non-static variables take on unique values with eachobject instance.
页:
[1]