Effective Java

Effective Java
ISBN-10
0132778041
ISBN-13
9780132778046
Series
Effective Java
Category
Computers
Pages
368
Language
English
Published
2008-05-08
Publisher
Addison-Wesley Professional
Author
Joshua Bloch

Description

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.

Other editions

Similar books

  • Effective Enterprise Java
    By Ted Neward

    "With this book, Ted Neward helps you make the leap from being a good Java enterprise developer to a great developer!" --John Crupi, Sun Distinguished Engineer coauthor, Core J2EE...

  • Effective Kotlin: Best practices
    By Marcin Moskała

    We also need to know when they should be used and in what way. This book is a guide for Kotlin developers on how to become excellent Kotlin developers. It presents and explains in-depth the best practices for Kotlin development.

  • Java Precisely, third edition
    By Peter Sestoft

    This third edition adds material about functional parallel processing of arrays; default and static methods on interfaces; a brief description of the memory model and visibility across concurrent threads; lambda expressions, method ...

  • Java Concurrency in Practice
    By Brian Goetz, Tim Peierls, Joshua Bloch

    This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing ...

  • Java" Puzzlers: Traps, Pitfalls, And Corner Cases
    By Bloch

    Java" Puzzlers: Traps, Pitfalls, And Corner Cases

  • Modern Java in Action: Lambdas, streams, functional and reactive programming
    By Alan Mycroft, Raoul-Gabriel Urma, Mario Fusco

    About the Book Modern Java in Action connects new features of the Java language with their practical applications. Using crystal-clear examples and careful attention to detail, this book respects your time.

  • Effective TypeScript: 62 Specific Ways to Improve Your TypeScript
    By Dan Vanderkam

    But TypeScript has a learning curve of its own, and understanding how to use it effectively can take time. This book guides you through 62 specific ways to improve your use of TypeScript.

  • Head First Java: A Brain-Friendly Guide
    By Kathy Sierra, Bert Bates

    Its unique approach not only shows you what you need to know about Java syntax, it teaches you to think like a Java programmer. If you want to be bored, buy some other book. But if you want to understand Java, this book's for you.

  • Next Generation Java Testing: TestNG and Advanced Concepts
    By Cédric Beust, Hani Suleiman

    This book Illuminates the tradeoffs associated with testing, so you can make better decisions about what and how to test Introduces TestNG, explains its goals and features, and shows how to apply them in real-world environments Shows how to ...

  • Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations
    By Tayo Koleoso

    Learn to use the jOOQ library to manage SQL database operations in Java and JVM applications. This book walks you through what JOOQ is, how to install and get started with it, and then gets you working with it.