Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

why python is slower than java

Python is dynamically typed, while Java is statically typed.
That's very important when we're talking about speed, because 
it is actually noticeable in compilation time. 
Generally speaking, we could say that Python launches faster 
and runs slower, while Java launches slower and runs faster.
Source by www.quora.com #
 
PREVIOUS NEXT
Tagged: #python #slower #java
ADD COMMENT
Topic
Name
7+8 =