JSR 201
December 5th, 2002
Sam Ruby is referring to a JSR, apparently led by Joshua Bloch, the writer of one of the most interesting Java books ever.
Enumerations: gotta love it. No more public final static int FIRST_CASE=0; Autoboxing: seems to solve the main drawback that Java has compared to C# these days. Enhanced for loop seems to be syntactical sugar, and the static import seems even dangerous (at a first glance). But I want the former 2!

Sorry, comments are closed for this article.