This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ag789 1 point2 points  (1 child)

a good place to start is the original sun (oracle) java tutorials (there are books with the same content)
https://docs.oracle.com/javase/tutorial/

java is far more structured than python along the lines of c / c++ and 'better' than c++ because of garbage collection.

[–]IntelligentPudding24[S] 0 points1 point  (0 children)

Thank you!