What advantages do servlets have over CGI programs?
Answer Posted / hariom rao
there are two advantages:-
(a)in servlet,it is not necessary to create a seperate
process to handle client request.
(b)servlets are platform independent because they are
written in java.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we fetch the attributes related to a servlet on a different servlet?
What is servlet collaboration?
How does java thread pool work?
What are Servlets?
What is the servletconfig object?
What are the differences between the servletconfig interface and the servletcontext interface?
Write a program to show the functionality of servlets.
How will two or three servlets interact or communicate with each other?
Why is httpservlet declared abstract?
What is difference between GenericServlet and HttpServlet?
What are the new features added to servlet 2.5?
What do you mean by session tracking?
Why jsp is better than servlet?
Is servlet synchronized?
How does tomcat servlet container work?