le 30/10/04 13:02, Elliotte Harold à email@hidden a écrit :
> 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.
S is not a pointer. It's a reference.
Eric
_______________________________________________
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