(Choose 1 answer)
A parameter is defined in a <context-param> element of the deployment descriptor for a web application.Which of the following statements is correct?
A. It is accessible to all the servlets of the webapp.
B. It is accessible to all the servlets of all the webapps of the container.
C. It is accessible only to the servlet it is defined for.