How to create a JVM-global Singleton?

I was drawn inspiration from this stackoverflow question How can one create a Java class instance that is guaranteed to be available only once for the entire JVM process? Every Application that r...