多项选择题
A.response.setLength(numberOfBytes);
B.response.setContentLength(numberOfBytes);
C.response.setHeader("Length", numberOfBytes);
D.response.setIntHeader("Length", numberOfBytes);
E.response.setHeader("Content-Length", numberOfBytes);
F.response.setIntHeader("Content-Length", numberOfBytes);
单项选择题 Your web page includes a Java SE v1.5 applet with the following declaration: 11.<object classid=’clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA’ 12.width=’200’ height=’200’> 13.<param name=’code’ value=’Applet.class’ /> 14.</object> Which HTTP method is used to retrieve the applet code?()
单项选择题 GivenanHttpServletRequestrequestandHttpServletResponseresponse,whichsetsacookie"username"withthevalue"joe"inaservlet?()
单项选择题 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?()