is this a correct implementation of a singleton? if not why? I\'m very confused about this code:
public class A { private A() { } public static readon