Search:

Type: Posts; User: helloworld922

Search: Search took 0.17 seconds.

  1. Replies
    6
    Views
    2,441

    Re: Help with Character arrays

    oops, my bad. I accidentally mixed several thoughts together :( (yay for late nights)
  2. Replies
    6
    Views
    2,441

    Re: Help with Character arrays

    Unfortunately, Java's auto-boxing and auto-unboxing feature has a few gaps in what's covered. If you change your array to a char array rather than a Character array it should work.

    public static...
Results 1 to 2 of 2