in reply to Revisiting the old clichés of programming languages

The main issue with Java is that the different platforms are available at different timelines and there are a lot of different Virtual machines out there.
The memory problems occur because the Garbage collectors are sometimes very slow in reacting, then the memory usage goes to the roof and the application hangs for several seconds.
I know an x-rated and very politically term which makes a fun about Java"s claim to run the same on every platform.
It does definely have more problems than Perl on various platforms.
I am missing any cliches on .NET/Mono in the list.
  • Comment on Re: Revisiting the old clichés of programming languages

Replies are listed 'Best First'.
Re^2: Revisiting the old clichés of programming languages
by locked_user sundialsvc4 (Abbot) on Jan 29, 2009 at 06:36 UTC

    What can we say, but that “Java was obviously designed by a very big committee?”

    Perhaps my biggest overall objection to Java is simply that it is ponderously slow and unnecessarily bulky, vis-a-vis other languages that are quite-readily available. It has never been my “tool of choice” for that reason.

    However, I have some good friends and colleagues who are extremely pleased with it. (I worry about them sometimes...) ;-)