on 10/30/04 7:02 AM, Elliotte Harold at email@hidden wrote:
> Eric VERGNAUD wrote:
>
>
>> You still *think* C++, apparently. How can "dereference a null pointer " in
>> Java ?
>
> String s = null;
> int c = s.charAt(0);
>
> Normally it's more subtle than that, of course.
Not a good example since that code doesn't work. It'll throw a
NullPointerException on the second line.
--
Joe Feld
email@hidden
An open mind is like an open window...without a good screen you'll get all
sorts of weird bugs!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden