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
Which HTTP method is non-idempotent?
Explain url encoding?
What is the difference between portlet and servlet?
Define the servlet mapping.
What are different ways for authentication of servlet?
What is the need of session tracking in web application?
How do you get the ip address of the client in servlet?
Why do we use sendredirect() method?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is the use of servletconfig interface?
What is dispatcher servlet?
What is a cookie What is the difference between session and cookie
How can you run a servlet program?
What is the difference between context parameter and context attribute?
What do you mean by filter in servlet?