If you check the HFSJ errata list on
http://www.oreilly.com/catalog/headservletsjsp/errata/headservletsjsp.confirmed it says Question 17 Option C is invalid and should not be checked
....But I don't think that is correct....It is actually checked in the book though....
In fact, I did check it myself by tryin' it out on the system....If you use any of the 2 operators viz. . or [] and if you're tryin' to access a bean property which doesn't exist, then a runtime exception is thrown
[Note - We're talkin' about the condition when the bean exists(as an attribute in some scope) but the property does not...if the bean is non-existent as well, then you won't get an exception]
I would appreciate some help in this regard
[ November 28, 2006: Message edited by: Sayak Banerjee ]