單項(xiàng)選擇題
A.session.isNew()B.session.getCreationTime()C.session.invalidate()D.session.getMaxInactiveInterval()
A.session.getID()B.session.setName()C.session.getAttribute()D.session.setAttribute()
A.request.getRequestDispatcher(“index.jsp”).forward()B.response.sendRedirect(“index.jsp”)C.request.getParameterValues(“name”)D.response.setContentType(“text/html;charset=gbk”)
A.request.getServerName()B.request.getRemoteAddr()C.request.getServletPath()D.request.getRemoteHost()
A.request.getServerName()B.request.getRemoteAddr()C.request.getServerPort()D.request.getRemoteHost()
A.request.setContentType()B.request.setCharacterEncoding()C.request.setPageCoding()D.request.setCharset()
A.getRequestDispatcher()B.forward()C.sendRedirect()D.setRequestDispatcher()
A.Response對象B.Session對象C.Application對象D.Request對象
A.〈jsp:include〉B.〈jsp:forward〉C.〈jsp:useBean〉D.〈jsp:param〉