Set s;
s = < *1 > ( 3 );
( null );
System.out.println( s );
Which of the following could fill <*1>so that the code would run without error?
A. new HashSet();
B. new TreeSet();
C. new Set();
D. A and B only
E. A, B, and C

Q&A Education