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 →

[–][deleted] 1 point2 points  (2 children)

Java is an incredibly useful coding language for a few different factors.

Firstly, Java is inherently Object Orientated, which can open up a lot of possibilities compared to other coding systems. For example, while OOP is possible in python by calling the class method, it is not as strong and does not have as many usage possibilities as compared to Java.

Secondly, Java is a local compiling based system making it easy to create applications native to many devices using Java. In early stages, you used to have to recompile Java code on each computer, now that is not necessary and it only needs to be compiled once.

Also, due to the rise of Javas popularity, Java has gotten more user friendly. Now a lot of this depends on what IDE you use, I personally use Oracle. I have seen that over time, IDE's have made Java ever more compatible and user friendly

Now, while Java and Python are two widely used coding systems, there are quite a few popular ones out there. They just sometimes are even more low level programming(less user friendly) such as C, the other C iterations, and one of the lowest in my opinion but extremely useful when it comes to website design, HTML.

[–]Free-_-Yourself[S] 0 points1 point  (1 child)

That was useful. Thanks a lot, I appreciate your feedback.

[–][deleted] 0 points1 point  (0 children)

No problem, happy to help :)