Removing items

Report a typo

Here's an ArrayList called list with the following elements:

["ArrayList", "is", "a", "resized", "array"]

Select the contents of the resulting list after executing the following code:

list.remove(1);
list.remove("a");
list.remove(2);
Select one option from the list
___

Create a free account to access the full topic