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
What is a servlet context object?
Is it good idea to create servlet constructor?
Differentiate between get and post?
Can you call a jsp from the servlet?
What is the workflow of a servlet?
List some life cycle methods of a servlet.
Is servlet synchronized?
What do you mean by request dispatcher in servlet? Also explain its methods.
Can a jsp be called using a servlet?
What are some disadvantages of storing session state in cookies?
What is the inter-servlet communication?
What does the term localization refer to?
Why do we use sendredirect() method?
Explain how to improve Servlet Performance?
Why the concept of single thread model interface is used?