Question 20:
Given the code fragment:
When the context root is requested http://host:port/context, how does the container resolve this mapping?
Answer options:
A. thirdServlet handles the request. B. firstServlet handles the request. C. The container throws an error at startup. D. secondServlet handles the request.