Question: Which of the following is the correct syntax to construct an ArrayList to store integers? a. ArrayList list = new ArrayList(); b. ArrayList[int] list =
Which of the following is the correct syntax to construct an ArrayList to store integers?
a. ArrayList list = new ArrayList();
b. ArrayList[int] list = new ArrayList[int]();
c. ArrayList list<> = new ArrayList();
d. ArrayList list = new ArrayList();
e. ArrayList list = new ArrayList<>();
Step by Step Solution
3.39 Rating (171 Votes )
There are 3 Steps involved in it
Correct syntax to ... View full answer
Get step-by-step solutions from verified subject matter experts
