class Test { int x; public static void main(String[]args) { Test t=new Test(); System.out.println(t.x); } }