单项选择题

A.@WebServlet("login.do")
B.@WebServlet("/login.do")
C.@WebServlet(urlPatterns{"login.do","login.action"})
D.@WebServlet(/login.do)