Global variables in java

Posted by zachary on Stack Overflow See other posts from Stack Overflow or by zachary
Published on 2010-05-10T16:40:20Z Indexed on 2010/05/10 16:44 UTC
Read the original article Hit count: 235

Filed under:
|

I want to make a class in java that is assessable to all other classes in my project.

I created this in the default package and now it cannot be seen. What is the best way to do this in java?

© Stack Overflow or respective owner

Related posts about java

Related posts about global-variables