A.Buffered Writer B.FileInput Stream C.ObjectInput Stream D.Input Stream Reader
A.int[]ages=[100]; B.int ages=new int[100]; C.int[]ages=new int[100]; D.int()ages=new int(100);
A.float f=3.14; B.char c=”c”; C.Boolean b=null; D.int i=10.0;