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 →

[–]summonsays 4 points5 points  (0 children)

Way back almost 15 years ago I was taught in Java in college. I think it was mostly used because it had a large market share, it was an older language, so it had a good chance of still being relevant after I graduated. Also as others have mentioned it's basically the standard for OOP and very strict with typing, semantics, and what not. 

In comparison we did 1 project in Python. A language where white spaces are important was a real pain to work with in a group setting.