在Servlet里,能正确获取session的语句是( )。
a)HttpSession session = request.getSession(true);
b)HttpSession session = request.getHttpSession(true);
c)HttpSession session = response.getSession(true);
d)HttpSession session = response. getHttpSession (true);
Servlet中,HttpServletResponse的()方法用来把一个Http请求重定向到另外的URL。
a) sendURL() b) redirectURL()
c) sendRedirect() d) redirectResponse()
在客户端网页脚本语言中最为通用的是( )
A.javascript B.VB C.Perl D.ASP
如果要为网页指定蓝色的背景颜色和白色的文字颜色,应使用以下html语句: >。