in reply to Re: Re: C++, C# or Java
in thread C++, C# or Java

Java is also trying to fix these things. In version 1.5, they have:

a) boxing

b) generic types (C++ STL)

c) foreach

d) bettern version of enum

and several others