+ 1
Java is easy to learn or not ??
:(
3 ответов
+ 4
More difficult than Python and Ruby...
Visit www.sololearn.com/faq
+ 2
Learning Java is easy. The syntax and the language yeah that's not what trips people. What's hard is learning how to program. The concept of programming is the driving factor not the language.
Understanding and grasping that will allow you to program no matter the language.
0
Java is object oriented programming language.
So before that you should learn the procedural programming language.
Thus you should first master you variables and functions first, or just write programs in a single class if you can ignore the class concept and static methods.