Search:

Type: Posts; User: shia

Search: Search took 0.09 seconds.

  1. Thread: Array List

    by shia
    Replies
    6
    Views
    1,859

    Re: Array List

    Are you aware of the book Head First Java?

    It teaches the use of ArrayList instead Array even in cases where you already know the order and number of items.
  2. Thread: Array List

    by shia
    Replies
    6
    Views
    1,859

    Re: Array List

    Take a look at my post in the following thread to see an example of how to use an ArrayList. Compare it with the code in the first post of that thread where a simple array is used.
    ...
Results 1 to 2 of 2