DEV Community

Dableu
Dableu

Posted on

Java Journey

Hello People !

Today is the day I found out about dev.to , and since I had started learning Java a day ago , I thought to share it here !

For context , I have learnt C language for more than 10 months , and it has been good 10 months since , now in addition to C , I've planned to learn Java .

Java definitely has a complex syntax in comparison to C , but is meaningful so far . Few things that I understood are :
1.Java is case sensitive
2.Java has camelCase to name methods and variables
3.Java has PascalCase for naming class

Apart from these basic things , I finally completed my "hello world" ritual in Java !! Syntax to take user input got me off for a while , but I managed to understand the reason for it to be complex , which makes more sense once a beginner like me goes into depth of ever Keyword popping on IDE . Trust me , C seems very easy to grasp , but Java adds more meaning to programming . Overall it was good day , will keep updating my Journey !

Top comments (0)