Search:

Type: Posts; User: Junky

Search: Search took 0.10 seconds.

  1. Thread: Java help

    by Junky
    Replies
    8
    Views
    1,023

    Re: Java help

    That is not what I said. Read my post again.
  2. Thread: Java help

    by Junky
    Replies
    8
    Views
    1,023

    Re: Java help

    b.toUpperCase();

    Remember that Strings are immutable (they cannot be changed). Most of the methods in the String class return a new String which you need to save somewhere.

    As to how to handle...
Results 1 to 2 of 2