Balakrishna Thati wrote:System.out.println("We have only one instance");
Yes and no I would say. The only instance you have is of the type Abc. count is a primitive
type that is compared by value (and gets a default value of 0).
What if the code had been like below, would that prove anything?