Which three are valid URL mappings to a servlet in a web deployment descriptor? (Choose three.)
A.
*/*
B.
*.do
C.
MyServlet
D.
/MyServlet
E.
/MyServlet/*
F.
MyServlet/*.jsp
Explanation:
Which three are valid URL mappings to a servlet in a web deployment descriptor? (Choose three.)
Which three are valid URL mappings to a servlet in a web deployment descriptor? (Choose three.)
A.
*/*
B.
*.do
C.
MyServlet
D.
/MyServlet
E.
/MyServlet/*
F.
MyServlet/*.jsp
Explanation: