Hacker News new | ask | show | jobs
How to start learning Java with some programming background?
2 points by pkrzysiek 664 days ago
Hello,I want to start learning Java in order to read some algorithm and clean code books and maybe getting deeper later with it as a backend language.My question is that,what are the sources (books,courses) to learn Java for somebody who already knows what simple data structures,all kinds of loops and OOP is and won't have to spend time re-reading it all over again.
2 comments

W3Schools is wonderful at letting you choose what you want with their sidebar: https://www.w3schools.com/java/

You could also register an account at https://chatgpt.com and ask it to answer specific questions you have. Although it is not always 100% accurate, it is a large portion of the time.