Java Singleton Pattern

  • + 1 comment

    Why does not it work when I just write return new Singleton(); directly inside getSingleInstance() ?