If myList is an empty list of strings, what does it contain after the following statements execute?
myList.add("A");myList.add("B");myList.add("C");myList.add("D");myList.add(1, "one");myList.add(1, "two");myList.add(1, "three");myList.add(1, "four");
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.