Re: Java is a third class language.

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Mark Thornton (mark-p-thornton_at_ntlworld.com)
Date: 06/16/04


Date: Wed, 16 Jun 2004 20:37:05 +0100

Jeff Relf wrote:

> Hi Mark Thornton,
>
> Re: Windows' GDI for easily writing to any raster device
> using essentially the same code,
> regardless of the printer or the screen.
>
> You asserted,
> " Not only does it work well ( in Java )
> it also supports some features ( e.g. anti-aliasing )
> which may not be available on the OS. "
>
> Even if that were true ( and I highly doubt it ),
> Java still couldn't do it with out the OS.
>
> Java Overlays an OS, it doesn't replace it.
>
> Java is a third class language.
> No one would use it if they didn't have other options.
>

What may I ask are your qualifications for making these unsubstantiated
assertions? You do not appear to have any experience with the language
at all. I have been using Java for over seven years and know its
strengths and weaknesses very well.

Mark Thornton



Relevant Pages

  • Re: Where should I throw RuntimeException
    ... unrespectful ways that you used to defend your arguments. ... correct to discuss about assertions and look only into the documentation ... about DbC then we should look into the source. ... trying to understand how Java works by looking at the Microsoft VisualJ++ ...
    (comp.lang.java.programmer)
  • Re: Where should I throw RuntimeException
    ... Assertions were introduced in Java as Sun itself claims as an "informal design-by-contract style of programming". ... But not the only or even primary authoritative voice on the subject of assertions, which topic is where our subthread began. ...
    (comp.lang.java.programmer)
  • Re: the java assert mechanism: is it useful?
    ... I think the way to think of java assertions is as tiny unit tests which are embedded in the application code. ... public class OldMoney { ... Imagine a city where graffiti wasn't illegal, ...
    (comp.lang.java.programmer)
  • Java consultant: Are we being conned? Please help!
    ... Our organisation recently recieved a two day Java training course from ... I do not expect a consultant to get everything right all of the time. ... partially back-track on some of his assertions after some uncomfortable ...
    (comp.lang.java.programmer)
  • Re: assert
    ... > I want to use assertions in my Java 5 code. ... The javac manpage says I ... > have to compile with `-source 1.4` to enable assert as a keyword, ... > this also leads to java 5 features like enums not working anymore. ...
    (comp.lang.java.programmer)