Is it possible to instantiate an object and use it across all classes in a java application?

For instance, if I instantiated an object and created a session to a server, could I store this object somewhere and access the methods and data anywhere across all classes in the application?