Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    8
    Views
    937

    Re: Integer to String, can't get it to work

    In the future please post links to the other sites where you have posted the same question.
  2. Replies
    8
    Views
    937

    Re: Integer to String, can't get it to work

    The == operator says that the two references in the expression do not refer to the same object.
    == does not look at the contents of two objects. The equals() method does that.

    --- Update ---
    ...
Results 1 to 2 of 2