Search:

Type: Posts; User: chronoz13

Search: Search took 0.10 seconds.

  1. Re: ArrayList initial capacity problem (Index out of bounds Exception)

    oh so theres the answer!! thanks it clears out the confusion , thanks so much!
    i still have a way to insert something in a middle of an arraylist, i was planning when i was waiting for a...
  2. Re: ArrayList initial capacity problem (Index out of bounds Exception)

    i guess the problem is how i look on the "words" itself (grammar)

    capacity = limit of what it can hold (if im right)
    size = physical dimension

    i just took a little bit look on the API, and i...
  3. ArrayList initial capacity problem (Index out of bounds Exception)

    package newpackage;

    import java.util.ArrayList;

    public class NewClass {

    public static void main(String[] args) {

    ArrayList list = new ArrayList(5);
Results 1 to 3 of 3