null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Java: The Good Parts (Unearthing the Excellence in Java)

List Price: $29.99
SKU:
9780596803735
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Jim Waldo
    Format:
    Paperback
    Pages:
    192
    Publisher:
    O'Reilly Media (June 8, 2010)
    Language:
    English
    ISBN-13:
    9780596803735
    ISBN-10:
    0596803737
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $29.99
    As low as:
    $25.79
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    44
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    9.12oz
    Imprint:
    O'Reilly Media
  • Overview

    What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available.

    Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code.

    • Learn how the type system and packages help you build large-scale software
    • Use exceptions to make code more reliable and easier to maintain
    • Manage memory automatically with garbage collection
    • Discover how the JVM provides portability, security, and nearly bug-free code
    • Use Javadoc to embed documentation within the code
    • Take advantage of reusable data structures in the collections library
    • Use Java RMI to move code and data in a distributed network
    • Learn how Java concurrency constructs let you exploit multicore processors