I have always had to do synchronized(something) { socketInputStream.read(); }
And the dude himself says that reading from a socket is a problem if you listen to the interview.
Synchronized in this context is pretty nonsensical.
Synchronized in this context is pretty nonsensical.