+ 1
What is difference between java and python?
Plz give me an answer of this I'm stuck here !!
3 Answers
+ 2
Java is a compiled language while Python is interpreted.
The Java needs to compiled into a binary file before it can run, while python runs as soon as you start the script, iterating through every line.
0
Plz boys !!
0
Ohh!! Thanks !!Rasmus Bons