What advantages do servlets have over CGI programs?
Answer Posted / ravikiran
cgi makes use of multiprocessing.Means each and every
request is processed by an individual process.where as
servlets make use of multithreading.A single process with
multiple threads to accomplish the particular task
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why do we need servlet filter?
What do you mean by default initialization in java servlet?
What are the difference between RMI and Servlets?
What is the difference between portlet and servlet?
What’s the use of the servlet wrapper classes??
What is the directory structure of web application?
Explain the differences between jsp and servlet.
Why don't we write a constructor in a servlet?
How can you create a session in servlet?
Which interface must be implemented by all servlets?
How to get the IP address of client in servlet?
What is http servlet in java?
What mechanisms are used by a Servlet Container to maintain session information?
What are the functions of Servlet container?
What is servlet and its advantages?