Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: looking at generic



> 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.

That's precisely the point. When you said you liked the exception handling in Java I thought you meant the fact that it behaves predictably and when you try to dereference a null pointer or anything else the JVM will throw an exception rather than crash your program.


-Rolf
--
Rolf Howarth, Square Box Systems Ltd, Stratford-upon-Avon UK.
_______________________________________________
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


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.