ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is the difference between static and non-static variables?

A static variable is associated with the class as a whole rather than with specific instances of a class. Nonstatic variables take on unique values with each object instance.

Related Posts Plugin for WordPress, Blogger...
Flag Counter