Tuesday, November 29, 2011

How HTTP Servlet handles client requests?

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.
Category:Servlet Interview Questions

No comments:

Post a Comment