单项选择题

A.在web.xml描述中,首先要声明Servlet
B.在web.xml描述中,要指定这个Servlet的名字
C.在web.xml描述中,要指定这个Servlet的类
D.在web.xml描述中,要为Servlet做URI映射
E.在web.xml中不可同时指定多个Servlet