Tcp/Ip Sockets in Java : Practical Guide for Programmers (The Practical Guide Series)

Tcp/Ip Sockets in Java : Practical Guide for Programmers (The Practical Guide Series)

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 128 p.
  • 言語 ENG
  • 商品コード 9781558606852
  • DDC分類 005.276

Full Description


Most Internet applications use sockets to implement network communication protocols. TCP/IP Sockets in Java: Practical Guide for Programmers, with its focused, tutorial-based coverage, helps you master the tasks and techniques essential to virtually all client-server projects using sockets in Java. Later chapters teach you to implement more specialized functionality; incisive discussions of programming constructs and protocol implementations equip you with a deeper understanding that is invaluable for meeting future challenges. No other resource presents so concisely or so effectively the exact material you need to get up and running with Java sockets programming right away. For those who program using the C language, be sure to check out this book's companion, TCP/IP Sockets in C: Practical Guide for Programmers.

Contents

Chapter 1 Introduction Chapter 2 Basic Sockets Chapter 3 Sending and Receiving Messages Chapter 4 Beyond the Basics Chapter 5 Under The Hood