Kizspy | Question: 31
(Choose 1 answer)
Which of the following EL expressions correctly accesses the "name" property of a JavaBean named "user"stored in the session scope?
A. ${sessionScope.user.name}
B. ${user.name}
C. ${session.user.name}
D. ${requestScope.user.name}