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
Printable View
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
How to declare global variables in java.
if u create that as a public then it is availabale to any package man in ur project in java global means public only..
Thanks all of you.
- PEACE