Source : Marcus.
Given the following code:
And the following
JSP page that uses the code
What will be output by that JSP code when invoked with the query
string
?a=tom&b=dick&c=harry
A. fredjimbob harrytomdick
B. jimbobfred tomdickharry
C. harrytomdick jimbobfred
D. jimbobfred harrytomdick
Answer: D
But I feel the given class is not even a bean and it cannot be used with usebean action as it does not have the get/set Methods for each property. Isn't it?