package object_in; import java.util.HashMap; public class Test2Reads { HashMap hm; int i = 12; void method() { i = i + 1; System.out.println(i); } }