Yahoo Web Search

Search results

  1. en.wikipedia.org › wiki › Joshua_BlochJoshua Bloch - Wikipedia

    Joshua J. Bloch (born August 28, 1961) is an American software engineer and a technology author. He led the design and implementation of numerous Java platform features, including the Java Collections Framework, the java.math package, and the assert mechanism.

  2. Learn from the author of Effective Java how to write better Java code with 78 rules and examples. Discuss topics such as generics, enums, annotations, lazy initialization, and more.

  3. www.oracle.com › java › technologiesEffective Java - Oracle

    • About The Book
    • About The Chapters
    • About The Author

    This highly readable book tells you how to use the Java programming language and its most fundamental libraries to best effect. The book consists of fifty-seven freestanding items, each conveying one specific rule for improving your programs and designs. The items are loosely grouped into nine chapters and are richly illustrated with working code e...

    Chapter 3, "Methods Common to All Objects," tells you when and how to override the nonfinal Object methods ( equals, hashCode, toString, and clone), as well as Comparable's compareTomethod. Chapter 5, "Substitutes for C Constructs," (which was previously posted on the JDC in a preliminary version) suggests replacements for several C constructs that...

    Joshua BlochJoshua Bloch is a Senior Staff Engineer at Sun Microsystems, Inc., where he is an architect in the Core Java Platform Group. He designed and implemented the award-winning Java Collections Framework, the java.math package, and contributed to many other parts of the platform. Joshua is the author of numerous articles and papers. His Ph.D....

  4. Joshua Bloch is the author of Effective Java and an API designer. He has four public repositories on GitHub, including the source code of his book and a pool automation system.

    • Earth
    • CMU
  5. Joshua Bloch is a renowned Java developer and professor who has contributed to many Java platform features and libraries. Learn more about his background, achievements, and posts on Java Magazine.

  6. Learn from the author of Java concurrency library how to write better Java code with this book. It covers new features, best practices, and common pitfalls of Java programming.

  7. The Definitive Guide to Java Platform Best Practices–Updated for Java 7, 8, and 9. Java has changed dramatically since the previous edition of Effective Java was published shortly after the...