AP Computer Science Amediummcq1 pt

Which is true about a 2D array's row references?

A.Each row is a separate array object
B.All rows are one flat array
C.Rows cannot be assigned
D.Rows share one length field

Explanation

Core Concept

A 2D array is an array of arrays.

Correct Answer

AEach row is a separate array object

More Unit 8: 2D Array practice questions

Try a random question →

Practice more AP Computer Science A questions with full explanations

Practice Unit 8: 2D Array Questions →