Click the Exhibit button.<br /> <img src="https://nimg.ppkao.com/2018-07/wenxueying/2018073110474360690.png?sign=a9448eb581c60dc32092cb84d4e1f45b&t=62d1f107" /><br /> A servlet sets a session-scoped attribute product with an instance of com.example.Product and forwards toa JSP.<br /> Which two output the name of the product in the response?()
A、${product.name}
B、<jsp:getProperty name="product" property="name" />
C、<jsp:useBean id="com.example.Product" /><%= product.getName() %>
D、<jsp:getProperty name="product" class="com.example.Product" property="name" />