Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    2,673

    Re: Basic array list

    Sorry, but I don't think that makes it clear. Where does it say that a String is an array of chars? A String is a string of chars, but where does it define the implementation of String to be that of...
  2. Replies
    5
    Views
    2,673

    Re: Basic array list

    It's not that everything is one less, and it's not just with arrays. For example, Strings of length 5 contain 5 characters, but the last character is at position 4.

    Or think about this: we're in...
  3. Replies
    5
    Views
    2,673

    Re: Basic array list

    Hint: If an array's length is 6, what is its last index?
Results 1 to 3 of 3