Jan Wieck wrote:
> IMNSVHO Java is a nice language for GUIs and maybe some WEB stuff ...
> and that's it.
Right. I want enforce this inviting you all to made an experiment.
Ask your programmers why is insane in java produce code like this:
Vector v = new Vector();
v.add( new MyClass() ); <==== Thousand entries
most of programmers reply: nothing.
Unfortunately Java like other language "Garbage collector driven" are
producing around lot of programmers producing garbage code.
Regards
Gaetano Mendola