What are the things Java got right?

Posted by hamletdarcy on Stack Overflow See other posts from Stack Overflow or by hamletdarcy
Published on 2009-01-19T14:50:56Z Indexed on 2010/05/05 18:08 UTC
Read the original article Hit count: 191

Filed under:
|
|

What are the things that Java (the language and platform) got categorically right? In other words, what things are more recent programming languages preserving and carrying forward?

Some easy answer are: garbage collection, a VM, lack of pointers, classloaders, reflection(?)

What about language based answers?

Please don't list the things Java did wrong, just right.

(note by Mark Harrison) This is an interesting and useful question, especially for those of us who don't use java regularly. I'm voting for reopening. Please don't close as argumentative, as it doesn't seem to be causing any arguments.

© Stack Overflow or respective owner

Related posts about java

Related posts about language