Variables
Will the Static Variable exists even if the Class in which it declared closed...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Aug 13, 2011, 4:01 PM
Static variables are classes variables. They are instantiated only once for a Class. They are initialized at class load time.VulpesPosted Aug 13, 2011, 8:59 AM