Tag: local variables
-
Global and local variables in java
Today my java class is how to declare and initialize global and local variables in java program so i write this blog by my understanding and learning from online My trainer mr.Muthuramalingam says global variables are declared outside of the method or block and inside of the class. it should be declared as static and…