aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes A question on EL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "A question on EL" Watch "A question on EL" New topic
Author

A question on EL

amarshi mohanty
Ranch Hand

Joined: Jul 01, 2008
Posts: 110
Hi All,
Plese help me in solving the below question ?

Q.Assume that a property by name 'eId' is defined in the EmployeeId object,
which inturn is contained in Employee class by the name 'empId'.


which of the following uses the correct EL for accessing the eId property?
a. ${requestScope.johny.empId.eId}
b. ${requestScope.johny.eId.empId}
c. ${request.johny.empId.eId}
d. ${requestScope[johny"[empId[eId]]]}
e. All the above.

And ans says: a, c and e.

Thanks,
Amarshi

SCJP (97%), SCWCD (95%))
Frits Walraven
Rancher

Joined: Apr 07, 2010
Posts: 1039

Hi Amarshi,

In order to get an answer: please QuoteYourSource

Regards,
Frits
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: A question on EL
 
Similar Threads
jsp:usebean
Can we send multiple textfield of same type in struts
hibernate 1-many insertion
Internal page link
EL vs. JSP implicit objects