You need to create a JavaBean object that is used only within the current JSP page. It must NOT beaccessible to any other page including those that this page might import. Which JSP standard action canaccomplish this goal?()

A . <jsp:useBean id=’pageBean’ type=’com.example.MyBean’ /> B . <jsp:useBean id=’pageBean’ class=’com.example.MyBean’ /> C . <jsp:makeBean id=’pageBean’ type=’com.example.MyBean’ /> D . <jsp:makeBean id=’pageBean’ class=’com.example.MyBean’ /&gt

时间:2022-09-15 04:22:57 所属题库:SCWCD(310-083)题库

相似题目