程旭媛 发表于 2013-8-16 16:35:49

[Oracle interview]What is the difference between static and non-static variables?

龚城师 发表于 2013-8-16 16:42:12

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]
查看完整版本: [Oracle interview]What is the difference between static and non-static variables?