Ask HN: What are good resources to learn Java?

2 points by humbfool2 ↗ HN
Hello Everyone,

I have recently joined a Company and we are going through a boot camp to learn Java. Even though we have a great teacher. I find it easy to learn from online resources e.g Blogs, Books etc. and then experiment by building a project, I wanted to know if there are any resources which you find interesting that could help for in-depth understanding of Java?

1 comment

[ 2.7 ms ] story [ 16.2 ms ] thread
Try these as a starting point:

- Think Java (programming, foundational; free) https://greenteapress.com/wp/think-java/

- Think Data Structures (programming, foundational; free) https://greenteapress.com/wp/think-data-structures/

- Effective Java (classic) https://www.amazon.co.uk/Effective-Java-Joshua-Bloch/dp/0134...

- Java Concurrency in Practice (classic) https://www.amazon.co.uk/Java-Concurrency-Practice-Brian-Goe...

- Continuous Delivery in Java (essential) https://www.amazon.co.uk/Continuous-Delivery-Java-Daniel-Bry...