Tuesday, November 29, 2011

What is difference between cgi and servlet in interview point

1.CGI creates a new process for each request,Whereas Servlet creates a thread for each request and services the request in that thread.
Category:Servlet Interview Questions

No comments:

Post a Comment