True/False
Since the ArrayList class is part of the java.util package, you can use the java.util.*; import statement to access it.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q70: The Arrays class _ method assigns the
Q71: import java.util.*; <br>public class myArray <br>{ <br> public
Q72: enum Color {RED, GREEN, BLUE} <br>public class
Q73: When you pass a two-dimensional array to
Q74: Match each term with the correct statement
Q75: When working with two-dimensional arrays, the length
Q76: Match each term with the correct statement
Q77: int[][] studentScores = {{70, 82, 90, 68},
Q78: A method that receives a two-dimensional array
Q79: An ArrayList 's _ is the number