(Choose 1 answer)
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 class name without the class extension.
A. True
B. False
Exit 21