Free Exploring Java’s Network API: Sockets Tutorial


“>Simplified support for the development of network software is one ofJava's strengths. That support manifests itself through Java's NetworkAPI, a collection of classes and interfaces located in packages java.netand javax.net. While writing my book Java 2 by Example, SecondEdition (Que, 2000), I intended to include a chapter on the Network API.Unfortunately, I ran out of time and that chapter did not make it into my book.Because the thought of not including a chapter on the  
continue >>

Tags:

Add A Comment