(Choose 1 answer)
A. True
The <servlet> element holds declarative information about a servlet. It has only two mandatory subelements-<servlet-name>, a logical name for the servlet, and <servlet-class>, the fully qualified Java name without the class extension.
B. False
Finish
49