Java design flaws that are unlikely to change due to backward compatibility
Posted
by koppernickus
on Stack Overflow
See other posts from Stack Overflow
or by koppernickus
Published on 2010-04-22T11:53:57Z
Indexed on
2010/04/22
12:03 UTC
Read the original article
Hit count: 350
java
|language-design
What are the Java language and standard library design flaws you are aware of? I ask only for flaws that:
- cannot be changed or are unlikely to change due to backward compatibility,
- are NOT controversial, i.e. most of programmers would agree that "this is a bug not a feature" (for example checked exceptions seem to be controversial language feature, so I wouldn't classify them as "design flaw").
© Stack Overflow or respective owner