What is missing from the Java API?

Posted by Jack on Stack Overflow See other posts from Stack Overflow or by Jack
Published on 2010-03-25T00:19:05Z Indexed on 2010/03/25 0:33 UTC
Read the original article Hit count: 441

Filed under:
|

I started using Java years ago and I've always found almost everything I need inside the standard API provided with JDK SE, with the exception of specific things that don't fit well inside a generic API, like GUI elements (graphs or so on) or advanced mathematical API..

So I was wondering: Which are the most important things that the Java API is missing?

When I say "important", I mean either things that you have often needed, but have had to rely on custom libraries, or things that are usually are included in APIs, but not in Java's.

© Stack Overflow or respective owner

Related posts about api

Related posts about java