A.int size() B.boolean containsAll(Collectionc) C.compare To(Objectobj) D.boolean remove(Objectobj)
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);