ContactUs :

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

What is the importance of static variable?

static variables are class level variables where all objects of the class refer to the same variable. If one object changes the value then the change gets reflected in all the objects.

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