多做题,通过考试没问题!

Java认证考试

题库首页>其他计算机考试>Java认证考试

You have a simple web application that has a single Front Controller servlet that dispatches to JSPs togenerate a variety of views. Several of these views require further database processing to retrieve the necessary order object using the orderID request parameter. To do this additional processing, you pass therequest first to a servlet that is mapped to the URL pattern /WEB INF/retreiveOrder.do in the deploymentdescriptor. This servlet takes two request parameters, the orderID and the jspURL. It handles the databasecalls to retrieve and build the complex order objects and then it dispatches to the jspURL. Which codesnippet in the Front Controller servlet dispatches the request to the order retrieval servlet?()

  • A、
  • B、
  • C、
  • D、
查看答案

微信扫一扫手机做题