Effective Java: programming language guide
β Scribed by Joshua Bloch
- Book ID
- 127433409
- Publisher
- Addison-Wesley
- Year
- 2001
- Tongue
- English
- Weight
- 3 MB
- Series
- The Java series
- Edition
- 1
- Category
- Library
- ISBN-13
- 9780201310054
No coin nor oath required. For personal study only.
β¦ Synopsis
"An excellent book, crammed with good advice on using the Javaβ’ programming language and object-oriented programming in general."βGilad Bracha, Computational Theologist, Sun Microsystems, Inc., and co-author of The Javaβ’ Language Specification, Second 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., and inventor of the Javaβ’ programming language
Are you looking for a concise book packed with insight and wisdom not found elsewhere? Need to really understand the Java programming language; that is, really understand it? Do you want to write code that is clear, correct, robust, and reusable? Look no further! The book you are holding will provide you with this and many other benefits you may not even know you were looking for. Become a more effective programmer.
Featuring fifty-seven valuable rules of thumb, Effective Javaβ’ Programming Language Guide contains working solutions to the programming challenges most developers encounter every day. Offering comprehensive descriptions of techniques used by the experts who developed the Java platform, the book reveals what to doβand what not to doβin order to produce clear, robust, and efficient code.
Each rule appears in the form of a short, stand-alone essay offering insight, code examples, and "war stories" from this uniquely qualified author. The essays include specific advice and insights into the subtleties of the language and are illustrated with exceptional code examples. Throughout the book, common language idioms and design patterns are examined and insightful and enlightening tips and techniques are provided.
Coverage includes:
β’ Customary and effective language usage that is saturated with expert advice in a concise, readable, and easy-to-access format.
β’ Patterns, antipatterns, and idioms to help you get the most out of the Java platform.
β’ Commonly misunderstood subtleties of the language and its libraries: how to avoid the traps and pitfalls.
β’ Focus on the language and its most fundamental libraries: java.lang, java.util, and, to a lesser extent, java.io.
β’ Detailed coverage of serialization, including practical advice that is not available elsewhere.
Appealing to a broad spectrum of the programming community, Effective Javaβ’ Programming Language Guide presents the most practical, authoritative guidelines available for writing efficient, well-designed programs for the Java platform.
π SIMILAR VOLUMES
Direct from the creators of the JavaT programming language, the completely revised fourth edition of The JavaT Programming Language is an indispensable resource for novice and advanced programmers alike.Developers around the world have used previous editions to quickly gain a deep understanding of t
If you are interested in learning the Java(tm) programming language but hesitate to dive into overly dense, theoretical resources, Essentials of the Java(tm) Programming Language is the perfect starting point. This accessible, hands-on tutorial employs a "learn-by-doing" approach to introduce you to
"The JR Programming Language: Concurrent Programming in an Extended JAVA, an advanced-level text book, describes the JR programming language and illustrates how it can be used to write concurrent programs for a variety of applications. This text presents numerous small and large example programs. Th