Science Current Events | Science News | Brightsurf.com
 
Effective Java (2nd Edition)
View Larger Image

Effective Java (2nd Edition) | Paperback

by Joshua Bloch (Author)

List Price: $54.99  
Price:  $35.47
You Save:  $19.52 (35%)
Available:  Usually ships in 24 hours

Binding:  Paperback
Publisher:  Prentice Hall PTR
Edition:  2nd Edition
Page Count:  384 Pages
Publication Date:  May 28, 2008
Sales Rank:  3,203rd

ACCESSORIES


Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java Applications

Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java Applications
by Chet Haase (Author), Romain Guy (Author)

Filthy Rich Clients refers to ultra-graphically rich applications that ooze cool. They suck the user in from the outset and hang on to them with a death grip of excitement. Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java™ Applications shows you how to build better, more effective, cooler desktop applications that intensify the user experience.

The keys to Filthy Rich Clients are graphical and animated effects. These kinds of effects provide ways of...

Java(TM) Puzzlers: Traps, Pitfalls, and Corner Cases

Java(TM) Puzzlers: Traps, Pitfalls, and Corner Cases
by Joshua Bloch (Author), Neal Gafter (Author)

"Every programming language has its quirks. This lively book reveals oddities of the Java programming language through entertaining and thought-provoking programming puzzles." --Guy Steele, Sun Fellow and coauthor of The Java Language Specification "I laughed, I cried, I threw up (my hands in admiration)." --Tim Peierls, president, Prior Artisans LLC, and member of the JSR 166 Expert Group How well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caused...

Java Concurrency in Practice

Java Concurrency in Practice
by Brian Goetz (Author), Tim Peierls (Author), Joshua Bloch (Author), Joseph Bowbeer (Author), David Holmes (Author), Doug Lea (Author)

"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book." --Martin Buchholz JDK Concurrency Czar, Sun Microsystems "For the past 30 years, computer performance has been...

JavaFX Developer's Guide

JavaFX Developer's Guide
by Kim Topley (Author)





EDITORIAL REVIEWS


Product Description
Raves for the First Edition!   “I sure wish I had this book ten years ago. Some might think that I don’t need any Java books, but I need this one.” –James Gosling, fellow and vice president, Sun Microsystems, Inc.   “An excellent book, crammed with good advice on using the Java programming language and object-oriented programming in general.” –Gilad Bracha, coauthor of The Java™ Language Specification, Third Edition   “10/10–anyone aspiring to write good Java code that others will appreciate reading and maintaining should be required to own a copy of this book. This is one of those rare books where the information won’t become obsolete with subsequent releases of the JDK library.”–Peter Tran, bartender, JavaRanch.com   “The best Java book yet written.... Really great; very readable and eminently useful. I can’t say enough good things about this book. At JavaOne 2001, James Gosling said, ‘Go buy this book!’ I’m glad I did, and I couldn’t agree more.”–Keith Edwards, senior member of research staff, Computer Science Lab at the Palo Alto Research Center (PARC), and author of Core JINI (Prentice Hall, 2000)   “This is a truly excellent book done by the guy who designed several of the better recent Java platform APIs (including the Collections API).”–James Clark, technical lead of the XML Working Group during the creation of the XML 1.0 Recommendation, editor of the XPath and XSLT Recommendations   “Great content. Analogous to Scott Meyers’ classic Effective C++. If you know the basics of Java, this has to be your next book.”–Gary K. Evans, OO mentor and consultant, Evanetics, Inc   “Josh Bloch gives great insight into best practices that really can only be discovered after years of study and experience.”–Mark Mascolino, software engineer   “This is a superb book. It clearly covers many of the language/platform subtleties and trickery you need to learn to become a real Java master.”–Victor Wiewiorowski, vice president development and code quality manager, ValueCommerce Co., Tokyo, Japan   “I like books that under-promise in their titles and over-deliver in their contents. This book has 57 items of programming advice that are well chosen. Each item reveals a clear, deep grasp of the language. Each one illustrates in simple, practical terms the limits of programming on intuition alone, or taking the most direct path to a solution without fully understanding what the language offers.” –Michael Ernest, Inkling Research, Inc.   “I don’t find many programming books that make me want to read every page–this is one of them.”–Matt Tucker, chief technical officer, Jive Software   “Great how-to resource for the experienced developer.”–John Zukowski, author of numerous Java technology books   “I picked this book up two weeks ago and can safely say I learned more about the Java language in three days of reading than I did in three months of study! An excellent book and a welcome addition to my Java library.”–Jane Griscti, I/T advisory specialist Are you looking for a deeper understanding of the Java™ programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective Java™, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day.   This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Bloch explores new design patterns and language idioms, showing you how to make the most of features ranging from generics to enums, annotations to autoboxing.   Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why.   Highlights include: New coverage of generics, enums, annotations, autoboxing, the for-each loop, varargs, concurrency utilities, and much more Updated techniques and best practices on classic topics, including objects, classes, libraries, methods, and serialization How to avoid the traps and pitfalls of commonly misunderstood subtleties of the language Focus on the language and its most fundamental libraries: java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io Simply put, Effective Java™, Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs.


CUSTOMER REVIEWS (Average Customer Rating: 5.0 based on 36 reviews)

Awesome Reference for my Java Library by J. Maines 5 Stars
September 10, 2009
This book is loaded with best practices for the seasoned Java programmer. Every Java developer should keep this book in their book bag. This book provides advice on many Java pitfalls that are often overlooked. The book has been updated with recommendations on many of the new features included in Java 5 & 6 that are particularly useful.

Howsome by M. Thomas Boquet (Long Beach, CA USA) 5 Stars
June 27, 2009
Every Java developer who is concerned by the design and performaces of their application should have this book. it really is the Java Holy Bible

Fantastic book if you're an experienced C# and want to do the switch! by Carlos A. Arguelles (Seattle, WA USA) 5 Stars
June 25, 2009
I was an experienced C# programmer wanting to do the switch over to Java. The "Hello World" java books were a waste of time. I can easily figure out the obvious C# --> Java "translation" on my own! But I was really looking for a book that was written at a level that would teach me useful differences quickly. This book is worth gold!

Everything you probably never thought about by Joshua Davies (Dallas, TX United States) 5 Stars
June 23, 2009
I must admit, I already considered myself a Java expert before reading this book - if it hadn't come so highly recommended, I probably never would have picked it up. Although I was skeptical that this Joshua Bloch fellow would be able to tell me anything I didn't already know, it turns out that you _can_ teach an old dog new tricks. This book is written for somebody with likely a few years experience as a professional Java programmer who's ready to advance to the next level. This isn't about creating functional software - instead, he focuses on the things that are easy to overlook when you're only concern is getting it up and running and out the door. The book is organized as 78 suggestions which, if overlooked, will come back to haunt you in subtle ways long after you thought you were finished. If you're a professional Java programmer, you need to take the time to read this book.

If you are a Java programmer, this book is a must have! by Shunichi Kanade (Scarsdale, NY United States) 5 Stars
May 14, 2009
If you are a Java programmer and you want a guide to writing high quality code, this book is a must! I read the 1st edition as well and this 2nd edition provided the same effective techniques on using the core libraries. The most useful section for me was the section on generics. Specifically this book clarified when to use the wildcard types, subtyping rules for generics and how to localize the use of the SuppressWarnings("unchecked") annotation appropriately in combination with generics.

SIMILAR PRODUCTS


Java Concurrency in Practice

Java Concurrency in Practice
by Brian Goetz (Author), Tim Peierls (Author), Joshua Bloch (Author), Joseph Bowbeer (Author), David Holmes (Author), Doug Lea (Author)

"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book." --Martin Buchholz JDK Concurrency Czar, Sun Microsystems "For the past 30 years, computer performance has been...

Java(TM) Puzzlers: Traps, Pitfalls, and Corner Cases

Java(TM) Puzzlers: Traps, Pitfalls, and Corner Cases
by Joshua Bloch (Author), Neal Gafter (Author)

"Every programming language has its quirks. This lively book reveals oddities of the Java programming language through entertaining and thought-provoking programming puzzles." --Guy Steele, Sun Fellow and coauthor of The Java Language Specification "I laughed, I cried, I threw up (my hands in admiration)." --Tim Peierls, president, Prior Artisans LLC, and member of the JSR 166 Expert Group How well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caused...

Core Java, Vol. 2: Advanced Features, 8th Edition

Core Java, Vol. 2: Advanced Features, 8th Edition
by Cay S. Horstmann (Author), Gary Cornell (Author)

The revised edition of the classic Core Java™, Volume II–Advanced Features, covers advanced user-interface programming and the enterprise features of the Java SE 6 platform. Like Volume I (which covers the core language and library features), this volume has been updated for Java SE 6 and new coverage is highlighted throughout. All sample programs have been carefully crafted to illustrate the latest programming techniques, displaying best-practices solutions to the...

Java Generics and Collections

Java Generics and Collections
by Maurice Naftalin (Author), Philip Wadler (Author)

This comprehensive guide shows you how to master the most important changes to Java since it was first released. Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features.

"Java Generics and Collections" covers everything from the most basic uses of generics to the strangest corner cases. It teaches you everything you need to know...

Core Java(TM), Volume I--Fundamentals (8th Edition)

Core Java(TM), Volume I--Fundamentals (8th Edition)
by Cay S. Horstmann (Author), Gary Cornell (Author)

This revised edition of the classic Core Java™, Volume I–Fundamentals, is the definitive guide to Java for serious programmers who want to put Java to work on real projects.

 

Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples. The example programs have been...

© 2009 BrightSurf.com