-4

I want to create a multidimensional array dynamically. The number of rows is fixed but the number of columns is changed dynamically. What can I do? Thanks.

Mery006
  • 11
  • 1

1 Answers1

-2

You could use an arraylist like this Arraylist<Object[nbRow]>

Mathiewz
  • 189
  • 1
  • 12