banner



how to make a 2d array in java

How to create a dynamic 2D array in Java?


If you wish to create a dynamic 2d array in Java without exploitation List. And only create a dynamic 2d array in Java with regular array then pawl the infra tie-in

You keister achieve the same exploitation List. See the below programme. You fire stimulate any number of rows or columns.

Example

import java.util.ArrayList; import java.util.List; public class Tester {    public static emptiness main(Chain[] args) {       List<int[]> rows = new ArrayList<>();       rows.add(red-hot int[]{1,2,3});       rows.add(newly int[]{1,2});       rows.add(new int[]{1});       //get element at quarrel : 0, column : 0       System.out.println("[0][0] : " + rows.get(0)[0]);       //get element at row : 1, column : 1      System.out.println("[1][1] : " + rows.get(1)[1]);    } }

Output

[0][0] : 1 [1][1] : 2

raja

Publicized on 06-Feb-2018 11:41:21

  • Related Questions & Answers
  • How to create a propelling 2D array inside a division in C++
  • How to store a 2d Array in another 2d Array in Java?
  • how to initialize a propelling raiment in Java?
  • how to shuffle a 2D array in java correctly?
  • Memorization (1D, 2D and 3D) Active Programming in Java
  • How to read a 2d array from a file in java?
  • Print a 2D Array or Matrix in Java
  • How to initialize a dynamic lay out in C++?
  • How to create a can-do array of integers in C++ using the new keyword
  • How to dynamically allocate a 2D array in C?
  • How to convert a 2D lay out into 1D range in C#?
  • C++ Perform to a 2D FFT Inplace Apt a Multifactorial 2D Set out
  • How to create a generic array in coffee?
  • How to get rows and columns of 2D array in Java?
  • How to elapse a 2D set out as a parameter in C?

how to make a 2d array in java

Source: https://www.tutorialspoint.com/How-to-create-a-dynamic-2D-array-in-Java

Posted by: mchughtabstair.blogspot.com

0 Response to "how to make a 2d array in java"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel