单项选择题
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’ />
多项选择题 A session-scoped attribute is stored by a servlet, and then that servlet forwards to a JSP page. Which threejsp:useBean attributes must be used to access this attribute in the JSP page?()
单项选择题 WhichJSPstandardactioncanbeusedtoimportcontentfromaresourcecalledfoo.jsp?()
多项选择题 ForagivenServletResponseresponse,whichtworetrieveanobjectforwritingtextdata?()