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.
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.
Create a free account to access the full topic