how to create dynamic two dimensional array in java?
- by Arivu2020
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?