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
What is servlet lazy loading?
Can you refresh servlet in client and server-side automatically?
What is a servlet?
What is preinitialization of a servlet?
What are the uses of servlet
What is new in ServletRequest interface ? (Servlet 2.4)
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is the process for chaining servlet?
When to use doget() and when dopost()?
Which is the methods of generated servlet?
Explain the differences between jsp and servlet.
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is servlet in simple terms?
What do you mean by cgi and what are its drawbacks?
What is session?