Search:

Type: Posts; User: dougie1809

Search: Search took 0.10 seconds.

  1. Re: Convert ArrayList to multi-dimensional array

    Yes I do. Thanks for your help
  2. Re: Convert ArrayList to multi-dimensional array

    Yes. The Person objects itself will be stored in the rows of the array, and the contents of the Person objects (such as Name, Age etc) will be stored each of the columns in the array.

    Thanks
  3. Convert ArrayList to multi-dimensional array

    I am having troubles to convert an ArrayList of Object data to a multi-d array. The code below is the pseudo code:



    Person p1 = new Person("Tim", 21);
    Person p2 = new Person("Sara", 23);...
Results 1 to 3 of 3