int a = 10; public test { public test(){ super(); /* ここで int a = 10; が実行される */ System.out.println(a); } }