The Java Series . . . from the Source: Effective Java - Revised and Updated for Java SE 6
7 Angebote vergleichen

Preise20142015201620172020
Schnitt 38,49 35,27 40,66 35,36 29,18
Nachfrage
Bester Preis: 6,36 (vom 17.08.2020)
1
9780321356680 - Bloch, Joshua: Effective Java
Bloch, Joshua

Effective Java

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN

ISBN: 9780321356680 bzw. 0321356683, in Englisch, Prentice Hall PTR.

39,71 ($ 42,56)¹
versandkostenfrei, unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Lagernd.
Effective Java Bloch, Joshua, 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(TM) 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.
2
9780321356680 - Bloch, Joshua: Effective Java
Bloch, Joshua

Effective Java

Lieferung erfolgt aus/von: Deutschland EN HC NW

ISBN: 9780321356680 bzw. 0321356683, in Englisch, Addison-Wesley Longman, Amsterdam, gebundenes Buch, neu.

Lieferung aus: Deutschland, Versandkostenfrei innerhalb von Deutschland.
This book is designed to help Java programmers make the most effective use of the Java programming language and its fundamental libraries, java.lang, java.util, and java.io. There are over 50 items or essays, each of which conveys one rule. Each rule captures best practices that have been tested in the real world. Just one of the key features in this book are the code examples that illustrate many useful design patterns and idoms. Another key feature is the advice on what not to do. Providing This book is designed to help Java programmers make the most effective use of the Java programming language and its fundamental libraries, java.lang, java.util, and java.io. There are over 50 items or essays, each of which conveys one rule. Each rule captures best practices that have been tested in the real world. Just one of the key features in this book are the code examples that illustrate many useful design patterns and idoms. Another key feature is the advice on what not to do. Providing examples of what practices to avoid helps programmers side step common misconceptions and errors. While the second edition will cover all of the classic topics developers have come to rely on- objects, classes, libraries, methods, and serialization; new to this edition will be the coverage on generics, metadata, autoboxing, concurrency utilities, memory model, enumerations, and more. The book is based on the philosophy that clarity and simplicity are of paramount importance. The concise essays teach Java programmers of all levels how to write correct, clear, reusable, and effective code. Learning the art of Java programming, like most other disciples, consists of learning the rules and then learning when to violate them. With this book in hand, Java programmers will truly learn the rules and then learn when to violate them. Product Description Are you looking for a deeper understanding of the JavaT programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective JavaT, 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 JavaT, Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs. Backcover Are you looking for a deeper understanding of the JavaT programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective JavaT, 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 Lieferzeit 1-2 Werktage.
3
9780321356680 - Joshua Bloch: Effective Java: Second Edition
Joshua Bloch

Effective Java: Second Edition

Lieferung erfolgt aus/von: Vereinigtes Königreich Großbritannien und Nordirland EN NW FE

ISBN: 9780321356680 bzw. 0321356683, in Englisch, Prentice Hall, neu, Erstausgabe.

52,00 (£ 47,12)¹ + Versand: 3,30 (£ 2,99)¹ = 55,30 (£ 50,11)¹
unverbindlich
Lieferung aus: Vereinigtes Königreich Großbritannien und Nordirland, 3-5 Days.
Are you looking for a deeper understanding of the Java(TM) programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective Java(TM), 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(TM), Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs.
4
0321356683 - Bloch, Joshua: Effective Java A Programming Language Guide
Bloch, Joshua

Effective Java A Programming Language Guide (2008)

Lieferung erfolgt aus/von: Deutschland EN NW

ISBN: 0321356683 bzw. 9780321356680, in Englisch, Addison Wesley, neu.

Von Händler/Antiquariat, REDIVIVUS Buchhandlung Hanausch Reinhard, 93053 Regensburg.
2nd Revised edition Kartoniert / Broschiert Java (EDV), COMPUTERS / Programming Languages / Java, neu.
5
0321356683 - Bloch, Joshua: Effective Java (2nd Edition)
Symbolbild
Bloch, Joshua

Effective Java (2nd Edition) (2008)

Lieferung erfolgt aus/von: Deutschland EN PB US

ISBN: 0321356683 bzw. 9780321356680, in Englisch, Addison-Wesley, Taschenbuch, gebraucht.

77,63 + Versand: -4,00 = 73,63
unverbindlich
Von Händler/Antiquariat, ADLE International Alex Esguerra, 97204 Portland.
Paperback Broschiert, gebraucht; gut.
6
9780321356680 - Joshua Bloch: Effective Java (2nd Edition): A Programming Language Guide (Java Series)
Joshua Bloch

Effective Java (2nd Edition): A Programming Language Guide (Java Series) (2008)

Lieferung erfolgt aus/von: Deutschland EN PB US

ISBN: 9780321356680 bzw. 0321356683, in Englisch, 368 Seiten, 2. Ausgabe, Addison-Wesley, Taschenbuch, gebraucht.

19,92 + Versand: 3,00 = 22,92
unverbindlich

Neu ab: € 21,13 (70 Angebote)
Gebraucht ab: € 19,92 (11 Angebote)
Zu den weiteren 81 Angeboten bei Amazon.de (Int.)

Lieferung aus: Deutschland, Versandfertig in 1 - 2 Werktagen.
Von Händler/Antiquariat, reBuy reCommerce GmbH.
Die Beschreibung dieses Angebotes ist von geringer Qualität oder in einer Fremdsprache. Trotzdem anzeigen
7
0321356683 - Joshua Bloch: Effective Java: A Programming Language Guide (Java Series)
Joshua Bloch

Effective Java: A Programming Language Guide (Java Series) (2008)

Lieferung erfolgt aus/von: Deutschland ~EN PB US

ISBN: 0321356683 bzw. 9780321356680, vermutlich in Englisch, Addison-Wesley, Vereinigte Staaten von Amerika, Taschenbuch, gebraucht.

6,36 + Versand: 3,00 = 9,36
unverbindlich
Die Beschreibung dieses Angebotes ist von geringer Qualität oder in einer Fremdsprache. Trotzdem anzeigen
Lade…