class UUU { int myValue; UUU() { System.out.println(myValue); } void init() { myValue = 0; } }