Original Post
Hey guys and gals, I'm starting out with java coming from a c/c++ background and I'm researching the networking capabilities of java. So far I like what I see. Much easier to get going with it. My question though is this... I started reading about Sockets and the java.net classes and all seemed well. Then I discovered java.nio and to me that seems much better for server related programs with multiple clients. Most tutorials I find don't seem to use the nio classes though. I would like to know if by using the channel / buffer / selector approach do I still need to use the java.net classes ? Or are they all "built-in" to the New I/O classes. Thanks for any answers :) Mike PS: Sorry that simple question is so wordy ;)