多项选择题
A.java.util.Locale B.java.util.ResourceBundle C.org.apache.struts.util.MessageResources D.java.text.MessageFormat
从HTTP请求中,获得请求参数,应该调用哪个方法?()A.调用HttpServletRequest对象的get...
单项选择题从HTTP请求中,获得请求参数,应该调用哪个方法?()
A.调用HttpServletRequest对象的getAttribute()方法B.调用ServletContext对象的getAttribute()方法C.调用HttpServletRequest对象的getParameter()方法
假设在helloapp应用中有一个hello.jsp,它的文件路径如下:TOMCAT_HOME%/webapp...
单项选择题假设在helloapp应用中有一个hello.jsp,它的文件路径如下:TOMCAT_HOME%/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是什么?()
A.http://localhost:8080/hello.jsp B.http://localhost:8080/helloapp/hello.jsp C.http://localhost:8080/helloapp/hello/hello.jsp
jsp对象的作用范围()A.pageContextB.sessionC.requestD.applicatio...
多项选择题jsp对象的作用范围()
A.pageContext B.session C.request D.application