Last Active: Jun 19, 2025
Threads:
619
Posts:
7,980
Reputation:
86
I've been on a mission to relearn programming and would like suggestions to getting course materials, be it from MIT or a university where professors keep notes for students to download and read, along with exercises.
Books are also welcome.
Thank you.
Last Active: Mar 04, 2024
Threads:
1
Posts:
18
Reputation:
1
Well, if you looking for books then you can read below books.
1. Head First Java by Kathy Sierra and Bert Bates
2. Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin
3. Java: How to Program by Paul Deitel and Harvey Deitel
4. Effective Java by Joshua Bloch
I am not saying that you have to read only above mentioned books, you can also have some other books the thing which is most important is you need clear all your basic at the same time.
If we talk about courses then you can join courses at some reputed communities such as coursera, edX, Github and udemy.
Thanks
Last Active: Jun 19, 2025
Threads:
619
Posts:
7,980
Reputation:
86
A credit to the forum always, thanks!
Last Active: Mar 20, 2024
Threads:
0
Posts:
1
Reputation:
0
Books are always Great
Thank you.
Last Active: Dec 02, 2025
Threads:
1
Posts:
8
Reputation:
0
Considering that Java is an Object Oriented programming language as well as being strongly typed (which is something that a beginner doesn't need to know the definition of quite yet), I'd say that any kind of course that teaches Object Oriented fundamentals will help learning not only Java, but any other Object Oriented language such as C/C++/C#/Python (kinda) or others
Last Active: Nov 23, 2025
Threads:
0
Posts:
2
Reputation:
0
I am currently learning Java at Uni and I have got to say.
Get a copy of "Objects First with Java: A Practical Introduction (edition. 6) by David J. Barnes and Michael Kölling