Java in a Nutshell by David Flanagan, Flanagan David

BUY IT NEW

  • $44.95 List price
    $42.70 Online price
    $38.43 Member price
    (Save 14%)
    Limited Time Offer! Everyone receives the Member Price on books.
    See Details
  • skip to cart
  • Add To List uiAction=GetAllLists&page=List&pageType=list&ean=9780596007737&productCode=BK&maxCount=100&threshold=3

GET FREE SHIPPING ON ORDERS OF $25 OR MORE

DELIVERY & GIFT DETAILS:

Usually ships within 24 hours

Delivery Time and Shipping Rates

Eligible for gift wrap & gift message.

BUY IT USED

14 copies from $15.12

See All Available

Pick Me Up

Reserve it at BN.com & pick it up in 60 minutes at your local store.

Enter a zip code

(Paperback - 5TH)

  • Pub. Date: March 2005
  • 1224pp
  • Sales Rank: 102,790
    Buy it Used: 14 copies from $15.12 See All Available

    Customers who bought this also bought

     
    • Overview
    • Editorial Reviews
    • Customer Reviews
    • Features

    Product Details

    • Pub. Date: March 2005
    • Publisher: O'Reilly Media, Incorporated
    • Format: Paperback, 1224pp
    • Sales Rank: 102,790

    Synopsis

    The second edition of the bestselling "Java in a Nutshell" has been updated to cover version 1.1 of the Java Development Kit (JDK). This complete quick-reference guide to Java contains descriptions of all of the classes in the Java Core API, with a definitive listing of all methods and variables.

    Library Journal

    O'Reilly books are rarely for neophytes, but advanced users swear by them, and these will be no exception. Englander covers a hot Java subtopic for students, programmers, and professionals already familar with Java and object-oriented programming. He discusses events, event adapters, properties, persistence, java archive files, the BeanBox tool, property editors, ActiveX, and the java.beans Package. Flanagan's work is the book Java programmers want nearby when they are at the keyboard. A complete ready-reference work, this belongs in all collections supporting programmers. Java is a constantly changing language so Nutshell will be coming out often with new editions; always have the newest one on hand. Reese goes beyond simple applet design to relational databases, SQL, object-oriented database applications, application servers, and remote object manipulation. The examples used throughout the book are based on a banking application designed in Java.

    More Reviews and Recommendations

    Biography

    Flanagan has a degree in computer science and engineering from the Massachusetts Institute of Technology. He is a consulting computer programmer, user interface designer, and trainer.

    Customer Reviews

    Java in a Nutshellby Anonymous

    Reader Rating:
    See Detailed Ratings

    September 07, 2007: The subject of this book is presented in a direct, technical, no-nonsense manner. The information is very useful to those with a technical background - especially in programming. Those just starting out would probably be better served by approaching this subject at a lower level. For those with experience, everything is there (although, at times it does get a little dry).

    Java in a Nutshellby Anonymous

    Reader Rating:
    See Detailed Ratings

    April 08, 2005: Recently, Sun gave us a significant upgrade to Java - the release of Java 5. A slew of the inevitable bug fixes. But also key new features, as explained here by Flanagan in the 5th edition of his long running reference. Some new abilities lead to notational simplification, like autoboxing. So if k is an Integer, you can now say 'k=5' instead of the clumsier 'k=new Integer(5)'. With a similar inverse process if q is an int, of being able to write 'q=k' rather than 'q=k.intValue()'. Though of course the older forms are still valid, for backward compatibility. Hey, varargs are now allowed! Much to the pleasure of some of you who came from C programming and used this nice feature. Ever since Java came out, there has been a continual, albeit quiet, push for varargs. Finally! By now, experienced Java programmers may be familiar with earlier versions of the book. There may be mild astonishment at the sheer heft of this edition. Thanks to its popularity, Java has bulked up in the number and scope of its classes. The book is a reassuring sign of Java's vitality.


    More Customer Reviews