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