package object_in; import java.util.HashMap; public class Test1ReadMethodInvocation { HashMap hm; int i = 12; void method() { hm.put("", ""); } }