+ 4
Which language is more beneficial python or java???
what should I want to learn after HTML (phython) or (java)???
10 Respostas
+ 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.
+ 6
Cool. Thank you 😊
+ 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.
+ 5
@Jacob, thanks for this, but I know that. I also knew about JavaScript.
I mistakenly asked you that question 😅😅
+ 4
@Jacob, Python is scripting language or interpreted language?
+ 4
Ok and JavaScript?
+ 3
@Sachin both. It is a scripting language executed via an interpreter.
+ 3
JavaScript is a scripting language, interpreted by the web-browser you run the script on.
+ 3
No problem.