|
Declaring global variables
Hi,
I have used global variable sin C++. I am new to Java and cannot find the keyword "global" in java. How can I declare global variables?
My idea is to access that global variable in all the classes in all the packages in my project.
- PEACE
|