Kizspy | Question: 29
(Choose 1 answer)
FJOVERFLOW.COM
What is the correct syntax for accessing the length of a String stored in a request attribute named "message"
using EL?
A. ${fn:length(message)}
B. ${requestScope.message.size}
C. ${message.length()}
D. ${fn:lengthOf(message)}