Domanda di colloquio di Tiqets

What are the main differences between Java and Python?

Risposta di colloquio

Anonimo

4 feb 2019

Java is a strongly typed language, where python is a script or weak language. Java requires a compiler to compile the code to machine code. Python does not require this, and thus takes less time to run a project.