by humbfool2 on 8/13/20, 12:19 PM with 1 comments
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?
by ivanr on 8/13/20, 12:25 PM
- 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...