InterviewSolution
Saved Bookmarks
| 1. |
How Http Servlet Handles Client Requests? |
|
Answer» An HTTP Servlet handles client REQUESTS through its service METHOD. The service method SUPPORTS standard HTTP client requests by DISPATCHING each request to a method designed to handle that request. An HTTP Servlet handles client requests through its service method. The service method supports standard HTTP client requests by dispatching each request to a method designed to handle that request. |
|