Results of operations

Report a typo

Here is a list with string elements:

List<String> list = new ArrayList<>();
        
list.add("first");
list.add("second");
list.add("third");
list.add("fourth");

Select all correct statements about this list.

Select one or more options from the list
___

Create a free account to access the full topic