Servlet的事件驱动由()实现。
第1题:
A.response.getRequestDispatcher()
B.response.sendRedirect()
C.request..getRequestDispatcher()
D.request.sendRedirect()
第2题:
A.TRAP
B.SET-REQUEST
C.GET-RESPONSE
D.GET-REQUEST
第3题:
当属性scope的值为application时,JSP动作定义的JavaBean实例就会被存储到()对象中。
第4题:
On the wireless LAN, A client is searching for an access point (AP). What is the correct processorder that this client and access point goes through in order to create a connection?()
第5题:
Servlet A forwarded a request to servlet B using the forward method of RequestDispatcher. What attributein B’s request object contains the URI of the original request received by servlet A?()
第6题:
Your IT department is building a lightweight Front Controller servlet that invokes an application logic objectwith the interface: public interface ApplicationController {public String invoke(HttpServletRequest request)} The return value of this method indicates a symbolic name of the next view. From this name, the FrontController servlet looks up the JSP URL in a configuration table. This URL might be an absolute path or apath relative to the current request. Next, the Front Controller servlet must send the request to this JSP togenerate the view. Assume that the servlet variable request is assigned the current HttpServletRequestobject and the variable context is assigned the webapp’s ServletContext. Which code snippet of the FrontController servlet accomplishes this goal?()
第7题:
下列函数或对象能够实现ASP程序输出操作的有()。
第8题:
在JSP中,使用
第9题:
A client is searching for an access point (AP). What is the correct process order that the client and access point go through to create a connection?()
第10题:
REQUEST_URI
javax.servlet.forward.request_uri
javax.servlet.forward.REQUEST_URI
javax.servlet.request_dispatcher.request_uri
javax.servlet.request_dispatcher.REQUEST_URI
第11题:
association request/response, probe request/response, authentication request/response
association request/response, authentication request/response, probe request/response
probe request/response, authentication request/response, association request/response
probe request/response, association request/response, authentication request/response
None of the other alternatives apply
第12题:
request.get Writer ():
request.get Reader ():
request.get Input Stream():
request.get Resource As Stream():
request.get Resource As Stream (Servlet Request. REQUEST):
第13题:
A.response.getRequestDispatcher()
B.response.sendRedirect()
C.request..getRequestDispatcher()
D.request.sendRedirect()
第14题:
以下有关自定义servlet、filter错误的是()
第15题:
能为特定用户在Web页面间实现跨页传值的对象是()。
第16题:
Given an HttpServlet Request request and Http Servlet Response response, which sets a cookie “username” with the value “joe” in a servlet.?()
第17题:
Your web application uses a simple architecture in which servlets handle requests and then forward to aJSP using a request dispatcher. You need to pass information calculated by the servlet to the JSP;furthermore, that JSP uses a custom tag and must also process this information. This information mustNOT be accessible to any other servlet, JSP or session in the webapp. How can you accomplish this goal?()
第18题:
Servlet可通过由容器传递来的Http Servlet Request对象的()方法来获取客户请求的输入参数。
第19题:
在J2EE中,使用Servlet过滤器时,可以在web.xml文件的()元素中包括
第20题:
On the Company wireless LAN, A client is searching for an access point (AP). What is the correct process order that this Company client and access point goes through in order to create a connection?()
第21题:
Servlet A receives a request that it forwards to servlet B within another web application in the same web container. Servlet A needs to share data with servlet B and that data must not be visible to other servlets in A’s web application. In which object can the data that A shares with B be stored?()
第22题:
Filter
Listener
Response
Request
第23题:
probe request/response, authentication request/response, association request/response
association request/response, authentication request/response, probe request/response
probe request/response, association request/response, authentication request/response
association request/response, probe request/response, authentication request/response