Which three are valid URL mappings to a servlet in a web deployment descriptor? ()A、 */*B、 /*.doC、 myServletD、 /MyservletE、 /MyServlet/*F、 MyServlet/*.isp

题目

Which three are valid URL mappings to a servlet in a web deployment descriptor? ()

  • A、 */*
  • B、 /*.do
  • C、 myServlet
  • D、 /Myservlet
  • E、 /MyServlet/*
  • F、 MyServlet/*.isp

相似考题
参考答案和解析
正确答案:B,D,E