how to create dynamic two dimensional array in java?

Posted by Arivu2020 on Stack Overflow See other posts from Stack Overflow or by Arivu2020
Published on 2010-04-25T06:17:47Z Indexed on 2010/04/25 6:23 UTC
Read the original article Hit count: 284

i want to create two dimensional array dynamically.I know the number of columns.But the number of rows are changed dynamically.I try the array list,but it stores the value in single dimension only.what can i do?

© Stack Overflow or respective owner

Related posts about java

Related posts about multidimensional-array