What advantages do servlets have over CGI programs?
Answer Posted / ravikiran.chd
servlets make use of multi threaded programming,where as cgi
is a multi tasking programming
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Where do you define dispatcherservlet?
Is that servlet is pure java object or not?
How many servlet objects are created?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What are the advantages of servlets over traditional cgi?
What is servlet configuration?
What exactly are the functions of servlet?
What do you mean by cgi and what are its drawbacks?
Is servlet synchronized?
Why do we have servlet wrapper classes?
How is a servlet implemented in code?
What is the difference between the http servlet and generic servlet?
Explain Action Servlet?
Which interface must be implemented by all servlets?
What do you mean by default initialization in java servlet?