Tiqets interview question

What are the main differences between Java and Python?

Interview Answer

Anonymous

Feb 4, 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.