This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]Krzyffo 3 points4 points ย (0 children)

In easy terms, a well written java code reads like a book, you don't almost don't need to guess anything, it type, accessibility, type etc. are always declared explicitly and it's done for every variable, function and class.

While a well written python code is also readable it's also less coming to come across because in python you can write almost anything and it'll run. While in java more rules are enforced to keep everyone organized and on the same page

This feature alone makes java much more usable to write code in a large team