Java Does Not Equal (!=) Not Working? - Stack Overflow
Here is my code snippet: public void joinRoom(String room) throws MulticasterJoinException { String statusCheck = this.transmit("room", "join", room + "," + this.groupMax + "," + this.uniqueID);... ... Sure, you can use equals if you want to go along with...