ContactUs :

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

What is static variable?

A static variable is one that is not removed from memory after creation, even when it goes out of scope. The concept is very similar to that of a global variable, except that while a global variable is accessible from anywhere, a static variable is only accessible within certain parts of the program code.

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