IT Placement Papers JAVA Servlets
This category contains Servlets Interview Questions and Answers |
When a client request is sent to the servlet container, how does container choose servlet to invoke?
|
|
|
|
|
The servlet container determines which servlet to invoke based on the configuration of its servlets, and calls it with objects representing the request and response.
Only registered users can write comments. Please login or register.
|