Tuesday, November 29, 2011

Explain about performance features of servlets?

Creation of a new process for each and every request can be avoided and this is deemed to be the biggest performance feature of servlets. Servlets run in parallel and in hand with the same process in the server. It provides greater flexibility and performance over CGI and fast CGI in an HTTP environment.
Category:Servlet Interview Questions

No comments:

Post a Comment