Multiple Choice
Match each term with the correct statement below.
-A programmer-created data type with a fixed set of values
A) ragged array
B) bubble sort
C) static methods
D) two-dimensional array
E) add() method
F) Enumerated data type
G) set() method
H) multidimensional array
I) java.util
Correct Answer:

Verified
Correct Answer:
Verified
Q3: An array that you can picture as
Q4: What are some of the advantages of
Q16: Since the Arrays class is part of
Q20: int[][] myVals = {{2, 4, 6}, {1,
Q24: In a(n) _, you continue to compare
Q26: import javax.swing.*;<br>class FindPoints<br>{<br>public static void main(String[] args)<br>{<br>int[][]
Q27: import java.util.*;<br>public class myArray<br>{<br>public static void main(String[]
Q28: The Arrays class _ method assigns the
Q54: public class EnumExample <br>{ <br> enum Day {SUNDAY,
Q73: When you pass a two-dimensional array to