Search:

Type: Posts; User: Norm

Search: Search took 0.50 seconds.

  1. Replies
    3
    Views
    3,935

    Re: Split a string into individual characters

    Remember the last valid index for an array is the length-1. The posted code goes past that value when it goes to be =
  2. Replies
    3
    Views
    3,935

    Re: Split a string into individual characters

    Read the API doc for the String class. It has several methods that will do that.
    Java Platform SE 7
Results 1 to 2 of 2