Q. What is the initial quantity of the ArrayList list?
Code:ArrayList list = new ArrayList();
β
Correct Answer: (B)
10
ArrayList list = new ArrayList();
You must be Logged in to update hint/solution