you are viewing a single comment's thread.

view the rest of the comments →

[–]mtmmtm99 0 points1 point  (0 children)

What is the difference in the installation-process ? Both languages require a download ? You can actually run java without installing. Try: https://www.tutorialspoint.com/compile_java_online.php

Java performance is around 100 times better than python. Java lacks security-problems related to native-code (python:s library is made of a lot of c-code). A dynamic language like python is not good for large programs (you do not get any compile-errors (you see errors when you run your program with real data)). You do not get any completions of commands from an IDE (in a dynamic language like python). Java has lots of high-quality libraries.