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