Re: AW: talking about paradigms

2004-11-16 Thread Dakota Jack
David, You are a clear thinker. I am jealous. That should end that discussion. LOL Jack On Tue, 16 Nov 2004 09:59:30 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Dang, you must've gotten the New and Improved Super Java. You know the one > without any NullPointerExceptions. Whe

RE: AW: talking about paradigms

2004-11-16 Thread Daniel Perry
so damm nice to anyone who's used c! Daniel. > > Just my .2 cents > Lucas > > - Original Message - > From: "Struts User" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Dakota Jack" > <[EMAIL PROTE

Re: AW: talking about paradigms

2004-11-16 Thread Dakota Jack
ing List" <[EMAIL PROTECTED]>; "Dakota Jack" > <[EMAIL PROTECTED]> > Sent: Tuesday, November 16, 2004 11:50 AM > Subject: Re: AW: talking about paradigms > > > I agree with Jack. There are pointers everywhere in Java. Java learns > > from C++

Re: AW: talking about paradigms

2004-11-16 Thread DGraham
Dang, you must've gotten the New and Improved Super Java.  You know the one without any NullPointerExceptions.  Where can I get a copy? "Rosenberg, Leon" <[EMAIL PROTECTED]> 11/16/2004 05:46 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailin

Re: AW: talking about paradigms

2004-11-16 Thread Lucas Gonzalez Pearson
L PROTECTED]> Sent: Tuesday, November 16, 2004 11:50 AM Subject: Re: AW: talking about paradigms > I agree with Jack. There are pointers everywhere in Java. Java learns > from C++ mistake by "hiding" error prone functionality such as > pointers. > > Joshua Block's

Re: AW: talking about paradigms

2004-11-16 Thread Struts User
I agree with Jack. There are pointers everywhere in Java. Java learns from C++ mistake by "hiding" error prone functionality such as pointers. Joshua Block's book is not a Java Book for beginner. It is target for experience developer. Probably you should look into Bruce Eckel's on-line book for mo

Re: AW: talking about paradigms

2004-11-16 Thread Dakota Jack
Hello, Leon, There are pointers in Java. Every object is referenced by a pointer. Indeed, how else could an object be referenced? I am not sure why you cited Joshua Bloch's book on this. There is not, as Eddie said, pointer arithmetic. Jack On Tue, 16 Nov 2004 11:46:05 +0100, Rosenberg, Leo