DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • Kotlin Code Style: Best Practices for Former Java Developers
  • Best Date Conversion Approaches in Java 8+
  • Oracle NoSQL Database: A Comprehensive Guide for Developers
  • Microsoft Teams for Developers: Enhancing Communication With Call Initiating and Recording

Trending

  • PostgreSQL Everywhere and for Everything
  • Designing a Secure API From Day One
  • From APIs to Event-Driven Systems: Modern Java Backend Design
  • Building Fault-Tolerant Kafka Consumers in Spring Boot Using Retry, DLQ, and Idempotent Code Patterns
  1. DZone
  2. Coding
  3. Java
  4. Top 10 Books for Advanced-level Java Developers

Top 10 Books for Advanced-level Java Developers

Java is a very popular programming language. Here are the top 10 books for advanced Java developers.

By 
Ryan Wang user avatar
Ryan Wang
·
Sep. 05, 13 · Review
Likes (1)
Comment
Save
Tweet
Share
142.4K Views

Join the DZone community and get the full member experience.

Join For Free

java is one of the most popular programming language nowadays. there are plenty of books for beginners. but to those who have programmed with java for a while, some of them may look somehow simple and redundant. the beginner’s books do not bring fresh and interesting ideas. however, advanced java books are not always right at hand, not partially because they require more skills, experienced, and deep thinkers to write.

in this post, i would like to share my experience with only advanced level of java, which means books like “thinking in java” or “head first java” won’t be listed although they are very good for beginners. also i try to avoid listing java books for specific software or frameworks or certifications, which i assume is not “pure” java.

java in a nutshell

it is a more reference than a must read.

the elements of java style

it is directed at anyone who writes java code, by furnishing a set of rules for java practitioners, by offering a collection of standards, conventions, and guidelines for writing solid java code, and by illustrating how to write solid java code that will be easy to understand, maintain, and enhance.

effective java

this book is really only for deeper understanding java developer. it brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day.

the java language specification

written by the inventors of java, this book not only provide complet and accurate converage of the language, but also includes formal rules of the language from the practical behavior of compilers. you may not get skills by reading it, but what if you want to cross the line and crack java vm…

design patterns: elements of reusable object-oriented software

actually, examples in this book were written in c++ or smalltalk, but so what? if you want to grow as a developer, you have know design patterns, to take advantages of the best practices and experience of others, and learn from those who have face the same problems. there are many other similar books, but they are just doing patching work.

the pragmatic programmer: from journeyman to master

again, it is not a book for java developer only. “the cool thing about this book is that it’s great for keeping the programming process fresh. the book helps you to continue to grow and clearly comes from people who have been there.”

patterns of enterprise application architecture

enterprise

you may have learned design patterns, but not sure how they are used in enterprise frameworks. this book explains common enterprise design patterns.

refactoring: improving the design of existing code

refactoring

if you have programmed for years, you will find this book definitely worth to read. refactoring can make code more readable and easier to maintain.

osgi in action: creating modular applications in java

osgi

for more or less, it is good to know service oriented programming. the first several chapters of this book can give you a nice introduction and concrete examples.

clean code: a handbook of agile software craftsmanship

cleancode

last but not least, it is always good to review your coding style. 90% of effort will be spent on maintenance, it is extremely important to make clean code.

Java (programming language) Book dev

Published at DZone with permission of Ryan Wang. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • Kotlin Code Style: Best Practices for Former Java Developers
  • Best Date Conversion Approaches in Java 8+
  • Oracle NoSQL Database: A Comprehensive Guide for Developers
  • Microsoft Teams for Developers: Enhancing Communication With Call Initiating and Recording

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook