(Choose 1 answer)
Which of the following techniques would correctly put a bean into application scope? (You can assume that any necessary page directives are present and correct elsewhere in the JSP page.)(Choose one.)
A. <jsp:useBean id="app1" class="webcert.ch07.examp0701.AddressBean" scope="application" />
B. <% AddressBean ab5 = new Address Bean();pageContext.setAttribute("app5", ab5); %>
C. <jsp:useBean name="app6" class="webcert.ch07.examp0701.AddressBean" scope="application" />
Finish
Exit (19