Q1.
Which of the following is TRUE about a List in Java?
Q2.
Which of the following classes implements the List interface?
Q3.
Which method is used to get the number of elements in a List?
Q4.
What happens if you try to access an index that does not exist in a List?
Q5.
Which of the following is NOT a characteristic of a List in Java?