| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Academy Team ![]() Gender: Male Joined: Jun 2008 Location: Egypt - Alex
Posts: 72
| 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 Socket-needing application. One thing the book cautions the programmer about is how to avoid deadlock and gives the solution of using Threads, one for reading and one for writing, on both sides of the connection, to prevent deadlock in the case where the write methods block on both sides of the socket connection at the same time. I would recommend this book for anyone attempting to make a socket-based chatroom or socket-based multi-user internet game using Java, whether in the form of Applets or Applications, no matter the version of JDK, because this book stays in the core API that has been around for a while. Book Cover: ![]() Download Links: http://rapidshare.com/files/12823873....eBook-BBL.rar Or http://depositfiles.com/files/6460911 Unzip Password: www.d3veloper.net Useful Links: How to download l Check the Links Regards ![]() Academy Team
__________________ "If you never stop learning, you will never stop seeing the possibilities" |
| | |