Kizspy Question: 16
(Choose 1 answer)
A bean present in the page and identified as 'mybean' has a property named 'name'. Which of the following is
correct way to print the value of this property?
A. <%out.println(mybean.getName()) %>
B. <%-out.println(mybean.getName()) %>
C. <jsp getProperty name="mybean" property="name"/>
D. <%= jsp.getProperty name="mybean" property="name"%>