Is it possible to know all the Java syntax? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

26th Oct 2019, 8:58 PM
Adams
Adams - avatar
3 Answers
+ 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
26th Oct 2019, 9:27 PM
HonFu
HonFu - avatar
+ 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
26th Oct 2019, 10:36 PM
Denise Roßberg
Denise Roßberg - avatar
+ 1
as long as you have a desire to learn, nothing is impossible :)
28th Oct 2019, 2:57 PM
spyrax10
spyrax10 - avatar