+ 4
Is it easy to learn java?
Java
6 Réponses
+ 7
It all depends on your devotion towards learning the language.
+ 5
Thx bro 🙂
+ 5
I guess that depends on your definition of easy and whether or not you already know some of the fundamentals of programming (designing, understanding and implementing algorithms). As a first language with no programming experience, no language is considered “easy” however compared to other high-level languages, Java is generally considered one of the easiest.
I started with Java. Aside from some learning curves, I find the syntax to be rather straight forward and understandable. I wouldnt classify it as “easy” though.
+ 5
Harder than python for a complete beginner.
+ 4
It's not easy by any means. Takes a lot of time and effort.
+ 4
If you know the basics (loops, variables, functions) it will be fairly simple--however Java is object-oriented (OOP) and that concept is difficult to grasp at first if you are used to basic procedural programming such as python.