Computer Science, asked by Ujjwalshrma6119, 1 year ago

How can I put a Java arrays inside an array?

Answers

Answered by krinapopat
0

yes ofcourse sure why not you can do it by editing

Answered by Oreki
2

I presume you are referring to 2D or Double Dimensional Arrays.

We can declare a 2D array by the following syntax in Java:

data_type[ ][ ] array_name;

Similar questions