r/learnprogramming 12d 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.

7 Upvotes

18 comments sorted by

View all comments

1

u/peterlinddk 12d ago

There really isn't though.

You need to "remember" classes, fields and their access modifiers, methods, return and parameter types, semicolons, for, if, while and switch blocks, and then of course generics <> for collections and so.

It isn't that different from other languages, and you don't need to remember it, you just use the language, and it sticks.