(Choose 2 answers)
Which of the following are legal? (Select two)
A. List<String> theList = new Vector<String>;
B. List<String> theList = new Vector<String>();
C. Vector <String> theVec = new Vector<String>;
D. Vector <String> theVec = new Vector<String>();
Exit (41