[6574] in java-interest
Rejected by Custodian
daemon@ATHENA.MIT.EDU (PM_SMTP_RGW)
Thu Apr 4 11:46:24 1996
Date: Wed, 3 Apr 1996 16:59:34 U
Reply-To: Java Interest <JAVA-INTEREST@JAVASOFT.COM>
From: PM_SMTP_RGW <PM#u#SMTP#u#RGW@QMSMTPGW.MUGU.NAVY.MIL>
To: Multiple recipients of list JAVA-INTEREST
<JAVA-INTEREST@JAVASOFT.COM>
Mail*Link(r) SMTP Take Sun's Java hype with a grain of salt.
I think Sun got a little too cute when they decided to make Java "better"
and "simpler" than C++.
Weirdest thing I've noticed so far about Java is Sun's claim that there
are no pointers in Java. It seems more like everything is a pointer in
Java. If you declare an object variable and fail to use the 'new'
operator you get a null pointer exception. Sounds like pointer to me. Why
does 'new' exist in a laguage without pointers in the first place? Why
can't you simply declare an instance like this?
Color myColor(33, 66, 99);
For me, Java is undeniable useful because of it's portability, but it's
claims to be a superior language is just a load of hype.
John Aronson