+ 2
Is it possible to know all the Java syntax?
I ask this question because I'm learning Java and it seems like when I found a new project to do, I'm not able to make the code look like I want. But when I go on YouTube to watch a tutoriel about what I want to do, they show me new syntax that I never seen before. So please tell me, if it's possible to know all the Java syntax and where I can learn it
4 odpowiedzi
+ 6
Sure it's theoretically possible to know every bit of Java there is - but likely you'll know some things and don't know other things.
From what we hear here, even professionals re-google stuff they don't use very often.
I would just concentrate on writing more code, to keep active what you know, while gradually adding more.
For preventing forgetting knowledge, you can try to repeat with a good schedule (at least the things you rarely use and are more likely to forget).
I use this pattern:
https://code.sololearn.com/cBsq5rYsIB1A/?ref=app
+ 5
Some tips:
* practise
* learn to use the java api documentation
* add comments when you write codes
* if you see new syntax, write a code
+ 1
as long as you have a desire to learn, nothing is impossible :)