单项选择题
A. JspWriter w = pageContext.getOut();w.print(“Company”);
B. JspWriter w = pageContext.getWriter();w.print(“Company”);
C. JspWriter w = new JspWriter(pageContext.getOut()); w.print(“Company”);
D. JspWriter w = new JspWriter (pageContext.getResponse()); w.print(“Company”);
单项选择题 Which statement, at line 16, retrieves an InputStream for the file /WEBINF/ nyresrc.bin()?
多项选择题 Which three can be placed at line 23 to retrieve an existing HttpSession object?()
单项选择题 AdeveloperfortheCompany.comwebsitehasbeentoldthatusersmayturnoffcookiesupportintheirbrowsers.Whatmustthedeveloperdotoensurethatthesecustomerscanstillusethewebapplication?()