A. class, if, void, long, Int, continue
B. goto, instanceof, native, finally, default, throws
C. try, virtual, throw, final, volatile, transient
D. strictfp, constant, super, implements, do
A. int [] myList = {"1", "2", "3"};
B. int [] myList = (5, 8, 2);
C. int myList [] [] = {4,9,7,0};
D. nt myList [] = {4, 3, 7};
A. method
B. Subcalss
C. array
D. reference
A. Interface
B. Float
C. Unsigned
D. String