Pregunta de entrevista de Tiqets

What are the main differences between Java and Python?

Respuesta de la entrevista

Anónimo

4 de feb de 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.