Can a non static method in java modify a static variable declared locally in a class or is it only a static method can modify a static variable in the class?
-
Next time please spend a minimum of 10 seconds on Google first.takendarkk– takendarkk2016-07-08 17:56:53 +00:00Commented Jul 8, 2016 at 17:56
-
@takendarkk stackoverflow works as my google !Pruthvi Ustepalle– Pruthvi Ustepalle2016-07-08 18:03:24 +00:00Commented Jul 8, 2016 at 18:03
Add a comment
|