Search:

Type: Posts; User: copeg

Search: Search took 0.19 seconds.

  1. [SOLVED] Re: How to declare an object of multi-dimension array?

    Yes. ArrayLists are nice in that they are dynamic (can change size depending upon what you put in). If you have a known fixed size N you might prefer to use an array rather than an ArrayList
  2. [SOLVED] Re: How to declare an object of multi-dimension array?

    Why? This doesn't even answer the OP's question...

    FongChengWeng, I suggest reading the Announcements for instructions on how to format code for the forums (I've edited your post for you).
    You...
Results 1 to 2 of 2