Java or JavaScript? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Java or JavaScript?

I'm still learning html for now and after that I'm going to take css and JavaScript. but I want to know if is it ok to learn in JavaScript first? or I could take Java course before JavaScript? thanks in advance

16th Jun 2018, 3:45 AM
Emil Esporas
Emil Esporas - avatar
3 ответов
+ 3
If you want to do app development, you should take java. because Java is programming language and JavaScript is scripting language. and if you wanted to go for Web designing and Development, you should know JavaScript and it's libraries like jQuery, angular, react etc.
16th Jun 2018, 4:04 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 1
It depends. If you are a new programmer I would strongly advise Java over JavaScript. Why? Because I believe that it is important for a programmer to have good fundamentals in a compiled language like Java. JavaScript is an interpreted language, the abstraction level is higher than in Java. If you learn Java first and the JavaScript a lot of the time you will be like: “Oh, I see why the did that!”. That’s because you know what is happening “under the hood”. On the other hand if you have experience with languages like C# or C++ I would advise you to learn JavaScript because it is a scripting and primarily a functional language. Learning programming languages which differ in many ways from each other will help you expand the way you think about problem solving and programming languages. Read More:- http://crbtech.in/Java-Training/java-javascript/
16th Jun 2018, 5:33 AM
pranit patil
pranit patil - avatar
0
I see. tbh I'm also learned Java but I am focusing html. so after that course I want to continue my study on java.. thank you guys for the answers.
17th Jun 2018, 12:42 AM
Emil Esporas
Emil Esporas - avatar