Answer (Choose 1 answer)
Which of the following XML fragments correctly specify the name used for a servlet class in the deployment descriptor of a web application?
A. <servlet-name>OrderServlet</servlet-name>
B. <name>OrderServlet</name>
C. <servlet>OrderServlet</servlet>
D. <servlet_name>OrderServlet</servlet_name>
E. The outermost tag's name containing servlet properties itself is the name of the servlet.
1