Multiple Choice
Which of the following import statements is required in order to use the ArrayList class?
A) import java.util.Tools;
B) import java.util.ArrayList;
C) import java.util.Containers;
D) import java.util.API;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A(n) _ is used as an index
Q21: When an array is passed to a
Q27: A partially filled array is normally used
Q31: What will be the result after the
Q32: To determine if two arrays are equal
Q37: An ArrayList object automatically expands in size
Q38: Any items typed on the command-line, separated
Q47: The _ method removes an item from
Q55: Which of the following ArrayList class methods
Q61: The String [ ] args parameter in