多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

Click the Exhibit button. Given the JSP code: 1.<% 2.pageContext.setAttribute( "product", 3.new com.example.Product( "Pizza", 0.99 ) ); 4.%> 5.<%-- insert code here --%> Which two, inserted at line 5, output the name of the product in the response?()

  • A、
    <%= product.getName()%>
  • B、<jsp:useBean id="product" class="com.example.Product" /> <%= product.getName()%>
  • C、<jsp:useBean id="com.example.Product" scope="page"> <%= product.getName()%></jspuseBean>
  • D、<jsp:useBean id="product" type="com.example.Product" scope="page" /><%= product.getName()%>
正确答案:B,D
答案解析:
进入题库查看解析

微信扫一扫手机做题