A.ArrayList myList=new Object(); B.List myList=new ArrayList(); C.ArrayList myList=new List(); D.List myList=new List();
A.int B.long C.double D.char
A.inta[] B.int[]a C.int[3][]a D.int[][3]a