Frage im Vorstellungsgespräch bei Tiqets

What are the main differences between Java and Python?

Antwort im Vorstellungsgespräch

Anonym

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.