| Author |
query on static varibale
|
abin joy
Ranch Hand
Joined: Jul 29, 2008
Posts: 35
|
|
|
I have a static variable in class.I can change the value of that variable in a method in the same class.How this is possible?
|
 |
arulk pillai
Author
Ranch Hand
Joined: May 31, 2007
Posts: 3190
|
|
why do you think it cannot be modified? if you do not want to modify it mark it as final. [ August 17, 2008: Message edited by: arulk pillai ]
|
Java Interview Questions and Answers Blog | Amazon.com profile | Java Interview Books
|
 |
 |
|
|
subject: query on static varibale
|
|
|