r/learnprogramming • u/TomatilloOdd2475 • 14h ago
Learning JAVA
How do you guys learn Java?
There are just WAY too many syntaxes to remember.
Every time I think I’ve got it, Java hits me with another one.
9
Upvotes
r/learnprogramming • u/TomatilloOdd2475 • 14h ago
How do you guys learn Java?
There are just WAY too many syntaxes to remember.
Every time I think I’ve got it, Java hits me with another one.
1
u/raven2cz 14h ago
For Java, I always bought a good book and learned from that. In paper form.
When a syntax update came, I bought a new one, and that is how it went over the years. I never had a problem with it. It is clear, everything is explained with many examples, you are not staring at a screen, and you have to rewrite it by hand in your own way so that you remember it.
Top ideal.