AP Computer Science Amediummcq1 pt
In Java, a 2D array is stored in memory as
A.an array of references to row arrays
B.one contiguous block
C.a linked list
D.a hash table
Rows are separate arrays.
Aan array of references to row arrays
Practice more AP Computer Science A questions with full explanations
Practice Unit 8: 2D Array Questions →