Related Subjects
Computer Science Computers Computers & Technology Education & Reference Industries & Professions Information Management Java Languages & Tools Network Programming Networking Networks, Protocols & APIs Object-Oriented Design Programming Programming Languages Software Design & Engineering Software Design, Testing & Engineering Software Development TCP-IPa very nice, intro level book. it starts at the very beginning, but doesn't waste a lot of time; provides the reader with some simple working examples, well explained; and points the way to more sophisticated stuff. perfect.
0Report
I very much agree with the other reviews on this site. This book hits the meat of using TCP/IP with Java. Some prerequisites for this book are the following topics. I recommend that you get a single book for each topic.* Basic Java Programming including I/O and Threads* The TCP/IP protocol suite and TCP/IP networking* Cryptography (recommended)* Java Security (recommended)You will need additional books if you want to hit topics...
0Report
TCP/IP Sockets in Java is a great way for any Java programmer to get started. The code examples are numerous yet thorough and clear. This book should be enough information to get any Java programmer started with the sockets API. There are a few things that this book is not. Its not a complete reference of the sockets API. Its not a thorough reference of TCP/IP. Finally, this book is not for people who are new to Java. Overall...
0Report
This book, with only 116 pages, is very well laid out. It explains in detail that is somewhat rare in technical books such that any average java programmer should be able to follow it very well. Also, it keeps focus on its discussion so that it explains the main meat of the Sockets API in the 116 pages that make up the book. After reading this book, the average Java Programmer should be able to apply this knowledge to any...
0Report
Short, cheap and stays on topic. What more could you ask for? About the size of K & R and (inexpensive), two great features right there. I am so very tired of computer books that could kill me if they fell out of my shelf. This book gives lots of example code, exactly what you need to figure out how to make use of all those java classes.
0Report