Experts recommend
Java books
At MentorCruise, we are all about making the most out of the experience of others. As
part of that, we've connected and asked dozens of experts and professionals
in Java about
their favourite books – and here are the answers.
Fundamentals of Java
Understanding the concepts
of Java starts with
understanding the fundamentals. On your way to
mastery, it's crucial for you to understand how certain concepts were derived, and why things work like
they do. Starting with these resources is the best way to do so.
Head First Java
Learning a complex new language is no easy task especially when it s an object-oriented computer programming language like Java. You might think the problem is your brain. It seems to have a mind of its own, a mind that doesn't always want to take in the dry, technical stuff you're forced to study.
Recommended by the experts and mentors at MentorCruise
Clean Code
Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way.
Recommended by the experts and mentors at MentorCruise
Effective Java
Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases the need for specific best-practices advice, and this book delivers.
Recommended by the experts and mentors at MentorCruise
Test Driven: TDD for Java Developers
In test driven development, you first write an executable test of what your application code must do. Only then do you write the code itself and, with the test spurring you on, you improve your design.
Recommended by the experts and mentors at MentorCruise
Java Performance
Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its performance.
Recommended by the experts and mentors at MentorCruise