Hi all,
I have 2 Queries.
1. In HFSJ(page no:395), its written that EL is null friendly. It handles unknown or null values so that the page still displays, even if it can't find an attribute/property/key.
But in Q-17(page no:432, mock questions), one of the correct options is C.
C is incorrect rt ?
It should not throw any exception, i.e if the property does not exist, it should display nothing.
Even in Q-19(page no:429) the output for ${param.middlename} displays nothing, as middlename does not exist.
Plz correct me if Iam wrong.
2. In HFSJ(page no: 415, include review), according to 5th point:
Either mechanism can include dynamic elements (JSP code with EL expressions, for example) as well as static HTML pages.
But in Q-12(page no:430), the correct option is only C. It should be both A and C rt ?
rgds,
Sharath