Which language is more beneficial python or java??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Which language is more beneficial python or java???

what should I want to learn after HTML (phython) or (java)???

2nd Jul 2017, 3:55 PM
Karan Rawat
Karan Rawat - avatar
10 Answers
2nd Jul 2017, 4:06 PM
Igor Makarsky
Igor Makarsky - avatar
+ 11
Python is a scripting language and does not have to be compiled before it's executed. It is valuable when execution-time is a necessity. It is very versatile as well. Java is a compiled language. It is the primary language often used in Android development and similar. It's a powerful language as well. The answer to your question will ultimately depend on where your focus within the development career-field primarily resides. If you're leaning toward Android development or similar fields, go with Java. If you're leaning toward.... anything else and value execution-time, go with Python. If you're a beginner, though, I would go with Python. Java tends to be fairly complicated if you have zero prior programming experience.
2nd Jul 2017, 4:05 PM
Jacob
Jacob - avatar
+ 6
Cool. Thank you 😊
2nd Jul 2017, 4:12 PM
Sachin Artani
Sachin Artani - avatar
+ 5
@Sachin It's important to note that Java and JavaScript are not the same language. Judging by one of your questions, I'm not sure if you assumed they were or not. Java is a compiled language, comparable with C++, etc. JavaScript is a scripting language executed/interpreted by a web-browser, and often used for web-based documents & applications. I'm letting you know just in case you viewed my answer inaccurately. Cheers.
2nd Jul 2017, 5:06 PM
Jacob
Jacob - avatar
+ 5
@Jacob, thanks for this, but I know that. I also knew about JavaScript. I mistakenly asked you that question 😅😅
2nd Jul 2017, 5:09 PM
Sachin Artani
Sachin Artani - avatar
+ 4
@Jacob, Python is scripting language or interpreted language?
2nd Jul 2017, 4:06 PM
Sachin Artani
Sachin Artani - avatar
+ 4
Ok and JavaScript?
2nd Jul 2017, 4:11 PM
Sachin Artani
Sachin Artani - avatar
+ 3
@Sachin both. It is a scripting language executed via an interpreter.
2nd Jul 2017, 4:10 PM
Jacob
Jacob - avatar
+ 3
JavaScript is a scripting language, interpreted by the web-browser you run the script on.
2nd Jul 2017, 4:12 PM
Jacob
Jacob - avatar
+ 3
No problem.
2nd Jul 2017, 4:13 PM
Jacob
Jacob - avatar