Search:

Type: Posts; User: cheringalho

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,238

    Re: Bug in Java ?? substring( int x, int y)

    thanks
  2. Replies
    2
    Views
    1,238

    Bug in Java ?? substring( int x, int y)

    Hi Guys,

    This simple code returns "Not Iqual" but should return "Iqual" the test is very simple str1 = "AAAA"; str2="AA"; str3=str1.substring(0,2)

    Printing:
    str1="AAAA"
    str2="AA"
    str3="AA"...
Results 1 to 2 of 2