Why do you like Java so much? What are those features that make it practically better than C or even C++?
|
|
|||||||||||||||
|
closed as subjective and argumentative by Michael Petrotta, Thomas Owens, Yuval A, Martin York, pmg Nov 7 at 19:24 |
|
|
Top 3 reasons: Garbage collection, garbage collection and garbage collection. When the history books are written, it'll probably be remembered as the language that took the concept mainstream. Consistent naming conventions almost universally followed (no need to play "is that a method or a class", "what file is that class in?". You can find code reliably in a big project you've never seen before, even without an IDE). Massive libraries. An amazing amount of code out there you can just use. Of course, finding what's good and what's bad is a huge challenge even for experienced people. It's reasonable to point out 2 out of 3 of these are features of the JVM (or indeed the CLR), and can be used from any programming language than runs on it, not just Java. |
||||||||||||
|
|
|
Not on my list: Garbage collection, I've never thought the lack of a garbage collector is of any problem when using c++. |
|||
|
|
|
|
Hmmmmm coffee, I love coffee |
|||
|
|
|
|
I like the JVM. |
|||
|
|
|
|
Garbage collection. |
|||
|
|
|
|
I like Java because it is so simple that you can't write swap in it. I like Java because it is 100% portable unlike C/C++, but that's just in theory. I like Java because operators overloading is not allowed. I like Java because you can produce fast code, but with ~x20 code size compared to C/C++. I like Java because every professor likes it. Do I like Java?! :) |
|||
|
|
|
I don't like Java. |
||||||||
|
