最佳答案
I am trying to understand SocketChannels, and NIO in general. I know how to work with regular sockets and how to make a simple thread-per-client server (using the regular blocking sockets).
So my questions:
A selectable channel for stream-oriented connecting sockets.
. What does that mean?I have read the also this documentation, but somehow I am not getting it...