Search:

Type: Posts; User: Junky

Search: Search took 0.08 seconds.

  1. Replies
    31
    Views
    5,165

    Re: string==null or string.equals(null) problem

    if (str4 == null) {

    Your assumption that this line does different things in different versions of Java is incorrect. There must something else going on, something else you changed.
  2. Replies
    31
    Views
    5,165

    Re: string==null or string.equals(null) problem

    <pet_peeve>
    There is no such thing as an if loop.
Results 1 to 2 of 2