Beispiel #1
0
 public static void printme(String name, Singleton5 obj) {
   System.out.println(name + ", " + obj.hashCode());
 }