icon Books donated: 6,123,401 icon Funds raised for literacy & libraries: $ 11,026,399.00 icon Books reused or recycled: 70,702,096
  • Login
  • icon-backet Cart: 0
  • Checkout
  • Wishlist
  • My Account
  • Order Status
  • Help

Great Prices on new and used books

icon-free-shipping FREE Shipping Worldwide.
 
BetterWorldBooks.com
Refer a Friend
bg bg
  • Home
  • Textbooks
  • Popular Categories
    • Antique, Rare & Collectible Books
    • Architecture Books
    • Art Books
    • Biographies & Autobiographies
    • Business & Economics Books
    • Children's Books
    • Comic Books & Graphic Novels
    • Computer & Technology Books
    • Cookbooks, Food & Wine Books
    • Crime Books
    • Design Books
    • Education Books
    • Fiction & Classic Literature Books
    • Funny Books
    • Health & Fitness Books
    • History Books
    • Home & Garden Books
    • Horror Books
    • Magazines & Newspapers
    • Medical Books
    • Mind, Body, & Spirit Books
    • Mystery Books & Thrillers
    • Non-Classifiable Books
    • Parenting, Family
      & Relationship Books
    • Philosophy Books
    • Photography Books
    • Political & Current Events Books
    • Reference Books
    • Religion Books
    • Romance Books
    • Science Books
    • Science Fiction Books
    • Self-Help Books
    • Social Science Books
    • Sports Books
    • Travel Books
    bg Shop from Work Sale bg
    • Get Productive. Save Now!
    bg Textbooks bg
    • Up to 90% OFF!
    bg Other Merchandise bg
    • Audiobooks
    • T-Shirts
    • DVD Movies
    • Music CDs
  • Connect

    From the Blog

    WE’RE LOOKING FOR THE TOP CHEF, AMERICA’S NEXT TOP MODEL, SO YOU THINK YOU CAN DANCE WINNER OF LIBRARIES!

    That’s right folks, our 2nd Annual LEAP for Libraries Grant Application is NOW OPEN and we’re searching for today’s library program game-changers....

    READ MORE
  • Games
  • SALE
  • Donate
  • Sell Textbooks
  • Home/
  • Java
  • /
  • Programming Languages
  • /
  • Computer Books & Technology
  • / TCP/IP Sockets in Java
image description
TCP/IP Sockets in Java: Practical Guide for Programmers
View larger imageView larger image

TCP/IP Sockets in Java (Practical Guides (Morgan Kaufmann))

Practical Guide for Programmers (Paperback)♥ Add to Wishlist

by Kenneth L. Calvert , Michael J. Donahoo

Tweet
email facebook twitter sharethisShareThis
USED: $28.94

Shipped from other seller

Condition:

Sale
image description
Item is out
of stock
NEW: $28.94

May ship separately

Sale
image description
Item is out
of stock

About the Book

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 ... more

     

      All Available Copies

      > Find at your local library
      • Newimage description
      • Other Sellersimage description
      Shipments from other sellers will have different delivery time frames. To see what those are click here.
      CONDITION SELLER PRICE SHIPPING PURCHASE
      New : BRAND NEW. Fast shipping and a 100% money-back guarantee from an award-winning, socially responsible business. This purchase funds literacy programs helping people everyday in the US and abroad.
      Sale

      Ships directly from Better World Books

      $28.94
      FREE
      Add
      New: Brand New
      Sale

      Today's Books
      TX, USA

      $25.41
      FREE
      Add
      New: New. Trade paperback (US). Glued binding. 177 p. Contains: Illustrations. Practical Guides (Morgan Kaufmann).
      Sale

      Books Any
      NY, USA

      $25.88
      FREE
      Add
      Used Like New: LIKE NEW. Fast shipping and a 100% money-back guarantee from an award-winning, socially responsible business. This purchase funds literacy programs helping people everyday in the US and abroad.
      Sale

      Super Book Deals

      $28.94
      FREE
      Add
      New: BRAND NEW 0123742552.
      Sale

      indoo.com
      NJ, USA

      $30.08
      FREE
      Add
      New: New in new dust jacket. US Edition Book In Mint condition. Shipping with Trackable Method.
      Sale

      Super_Textbook
      TX, USA

      $30.32
      FREE
      Add
      New: New
      Sale

      Speedy Hen

      $33.48
      FREE
      Add
      New: New. Trade paperback (US). Glued binding. 177 p. Contains: Illustrations. Practical Guides (Morgan Kaufmann).
      Sale

      Alibris
      NV, USA

      $36.09
      FREE
      Add
      New: BRAND NEW PAPERBACK 9.25 by 7.52 inches. (192 pages) the *n*e*t*working 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 *n*e*t*workinterface, interfaceaddress, i*n*e*t*4/6address, socketaddress/i*n*e*t*socketaddress, executor, and others, extended access to low-level *n*e*t*work 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 inter*n*e*t* applications use sockets to implement *n*e*t*work 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 *n*e*t*working 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 relationsh1p 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 *n*e*t*working 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. ch 1: introduction to *n*e*t*works, packets and protocols ch 2: basic sockets ch 3: sending and receiving messages ch 4: beyond the basics ch 5: scalable interoperability ch 6: under the hoodkeith edwards, professor, georgia tech--in particular, it's definitely time for an update to this book, since so many changes to the java platform have happened since the first edition. while i don't see the need to update most books every time there's a minor update, this book is definitely overdue for a revision. i think the book is especially appropriate for mature practitioners and students, who need an easily-accessible and to-the-point overview of the java *n*e*t*working apis. to me, one of the strongest points of the book is that it's concise enough to serve as a quick guide and reference to key? gotchas. ? thus, i think the structure of the book serves audiences who are already good *n*e*t*work programmers, or who need a good java reference, quite well. robert brunner, research programmer, national center for supercomputing applications (ncsa)--i think the book does a good job of...
      Sale

      StratfordBooks
      Warks, GBR

      $36.58
      FREE
      Add
      New: BRAND NEW FROM THE SAINT BOOKSTORE.
      Sale

      The Saint Bookstore
      MERSEYSIDE, GBR

      $37.06
      FREE
      Add
      New: Format: Paperback. Brand New, Perfect Condition. May Ship From Overseas, Allow Additional Delivery Time.
      Sale

      Papa Media
      NY, USA

      $51.70
      FREE
      Add

      About the Book

      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.

      Product Details

      • Media: Paperback Book, 177 pages
      • Language: English
      • Publisher: Morgan Kaufmann Publishers (Feb. 28th, 2008)
      • ISBN-10: 0123742552
      • ISBN-13: 9780123742551
      • Dimensions: 7.56 x 9.28 x 0.47 inches
      • Shipping Weight: 0.88 lbs
      • Categories: Java

      Customer Reviews

      Reviews from Goodreads.com
      USED: $28.94

      Shipped from other seller

      Condition:

      Sale
      image description
      Item is out
      of stock
      NEW: $28.94

      May ship separately

      Sale
      image description
      Item is out
      of stock

      Shop from Work Sale
      Be Twice as Productive!

      Get 2 books for $5 and each additional book for only $2.50. Shop and Save Now »

      image description
      Book for Book™

      We match every book you purchase with a book donation. Learn more

        image description

        Better World Books

        • About Us
        • Videos
        • Our Stores
        • Blog
        • Book Club
        • Facebook
        • Twitter
        • Careers

        Customer Service

        • Frequently Asked Questions
        • Forgot Your Password?

        Gift Certificates

        • Redeem a gift certificate
        • Gift Certificate Balance

        Shipping & Payment

        • Rates & Delivery Times
        • International Shipping
        • Return Policy
        • Payment Methods

        Our Programs

        • BWB Grants
        • BWB for Libraries
        • BWB on Campus
        • Library Sidewalk Sale
        • Donate Books
        • Sell Textbooks
        • Affiliate Programs
        • Bulk Sales (50+)

        Our Newsletter

        Sign up now to get news, sales and special promotions!

        Manage Subscriptions

        Literacy Partners

        Books For Africa Invisible Children National Center for Family Literacy Room to Read Worldfund
        Better Business Bureau B Corporation

        © Better World Books (BetterWorldBooks.com) - All Rights Reserved  Terms of Use | Privacy Policy | Copyright

        13
        Attention: All condition images are examples only. They do not depict the specific book you are ordering.