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
How do we share data using 'getservletcontext ()?
Differentiate between the get and post method
request parameter how to find whether a parameter exists in the request object?
How do you get the ip address of the client in servlet?
What is a servlet engine?
Whats the advantages using servlets over using CGI?
When Servlet is unloaded?
Difference between java beans & servlets?
How do you load an image in a Servlet?
What is the use of attribute in servlets?
What is MIME Type?
Is servlet a framework?
How can we refresh automatically when new data is entered into the database?
How servlets are deployed in java?
What are common tasks performed by Servlet Container?