TCP/IP Sockets in Java, Second Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


TCP/IP Sockets in Java, Second Edition

簡體網頁||繁體網頁
Kenneth L. Calvert 作者
Morgan Kaufmann
譯者
2008-02-22 出版日期
192 頁數
USD 25.95 價格
Paperback
叢書系列
9780123742551 圖書編碼

TCP/IP Sockets in Java, Second Edition 在線電子書 圖書標籤: Java  TCP/IP  socket  網絡  Sockets  Programming  Network  計算機   


喜歡 TCP/IP Sockets in Java, Second Edition 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-06-27

TCP/IP Sockets in Java, Second Edition 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

TCP/IP Sockets in Java, Second Edition 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

TCP/IP Sockets in Java, Second Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



TCP/IP Sockets in Java, Second Edition 在線電子書 用戶評價

評分

雖然作者說是入門書,但是看完後把練習全做完還是可以學到很多的,唯一的不足是對許多概念的闡述沒有到位,需要配閤《TCP/IP詳解》一起看

評分

雖然作者說是入門書,但是看完後把練習全做完還是可以學到很多的,唯一的不足是對許多概念的闡述沒有到位,需要配閤《TCP/IP詳解》一起看

評分

還行,湊閤看吧

評分

雖然作者說是入門書,但是看完後把練習全做完還是可以學到很多的,唯一的不足是對許多概念的闡述沒有到位,需要配閤《TCP/IP詳解》一起看

評分

還行,湊閤看吧

TCP/IP Sockets in Java, Second Edition 在線電子書 著者簡介


TCP/IP Sockets in Java, Second Edition 在線電子書 著者簡介


TCP/IP Sockets in Java, Second Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

TCP/IP Sockets in Java, Second Edition 在線電子書 圖書描述

The networking capabilities of the Java platform have been extended considerably since the first edition of the book. This new edition covers version 1.5-1.7, the most current iterations, as well as making the following improvements:

The API (application programming interface) reference sections in each chapter, which describe the relevant parts of each class, have been replaced with (i) a summary section that lists the classes and methods used in the code, and (ii) a ?gotchas? section that mentions nonobvious or poorly-documented aspects of the objects.

In addition, the book covers several new classes and capabilities introduced in the last few revisions of the Java platform. New abstractions to be covered include NetworkInterface, InterfaceAddress, Inet4/6Address, SocketAddress/InetSocketAddress, Executor, and others; extended access to low-level network information; support for IPv6; more complete access to socket options; and scalable I/O. The example code is also modified to take advantage of new language features such as annotations, enumerations, as well as generics and implicit iterators where appropriate.

Most Internet applications use sockets to implement network communication protocols. This book's focused, tutorial-based approach helps the reader master the tasks and techniques essential to virtually all client-server projects using sockets in Java. Chapter 1 provides a genral overview of networking concepts to allow readers to synchronize the concepts with terminology. Chapter 2 introduces the mechanics of simple clients and servers. Chapter 3 covers basic message construction and parsing. Chapter 4 then deals with techniques used to build more robust clients and servers. Chapter 5 (NEW) introduces the scalable interface facilities which were introduced in Java 1.5, including the buffer and channel abstractions. Chapter 6 discusses the relationship between the programming constructs and the underlying protocol implementations in more detail. Programming concepts are introduced through simple program examples accompanied by line-by-line code commentary that describes the purpose of every part of the program. The book's Web site contains many examples of command-based sockets-related code discussed throughout the book. No other resource presents so concisely or so effectively the material necessary to get up and running with Java sockets programming.

KEY FEATURES

* Focused, tutorial-based instruction in key sockets programming techniques allows reader to quickly come up to speed on Java applications.

* Concise and up-to-date coverage of the most recent platform (1.7) for Java

applications in networking technology

* Provides code for all example programs via a companion Web site to let the reader see the important objects and methods in context and to understand the purpose of each line of code.

TCP/IP Sockets in Java, Second Edition 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

TCP/IP Sockets in Java, Second Edition 在線電子書 讀後感

評分

前几章看完了,由于对java的socket比较熟悉,看着基本没啥问题,就是第三章看的比较费劲,涉及发送和接收到编码,这一块能看懂50%,参考代码看是看的比较懂得,但是需要自己在开发中应用,才能真正掌握其内涵。内容比较偏向底层,底层的东西就是难理解,看不懂,不理解也是应该...  

評分

2010年3月31日14:05:15 P11 2010年3月31日21:44:01 P28 2010年4月1日22:44:56 P59 2010年4月4日19:11:41 P92 看到P120多时,感觉很烦躁,这么薄薄的一本书,为什么有那么多我不懂得呢?世界上的东西不是应该都是很简单的吗?什么是复杂呢?复杂只是把简单想的不够...

評分

2010年3月31日14:05:15 P11 2010年3月31日21:44:01 P28 2010年4月1日22:44:56 P59 2010年4月4日19:11:41 P92 看到P120多时,感觉很烦躁,这么薄薄的一本书,为什么有那么多我不懂得呢?世界上的东西不是应该都是很简单的吗?什么是复杂呢?复杂只是把简单想的不够...

評分

前几章看完了,由于对java的socket比较熟悉,看着基本没啥问题,就是第三章看的比较费劲,涉及发送和接收到编码,这一块能看懂50%,参考代码看是看的比较懂得,但是需要自己在开发中应用,才能真正掌握其内涵。内容比较偏向底层,底层的东西就是难理解,看不懂,不理解也是应该...  

評分

2010年3月31日14:05:15 P11 2010年3月31日21:44:01 P28 2010年4月1日22:44:56 P59 2010年4月4日19:11:41 P92 看到P120多时,感觉很烦躁,这么薄薄的一本书,为什么有那么多我不懂得呢?世界上的东西不是应该都是很简单的吗?什么是复杂呢?复杂只是把简单想的不够...

類似圖書 點擊查看全場最低價

TCP/IP Sockets in Java, Second Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





TCP/IP Sockets in Java, Second Edition 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有