Search:

Type: Posts; User: bosox960

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,868

    Re: Boolean Value Not Changing

    Fixed! Apparently using response.startsWith() instead of response.equals() fixes the problem.
  2. Replies
    4
    Views
    1,868

    Re: Boolean Value Not Changing

    Yes, I have tried changing the value in the if statement to response.equals("Valid\n") but still could not get the boolean to change to true.
  3. Replies
    4
    Views
    1,868

    Boolean Value Not Changing

    Im writing a simple UDP Server, UDP Client program. The client sends a packet to the server containing, "login:username:password". The server splits the string up, delimited by colons, and checks to...
Results 1 to 3 of 3