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
What do you mean by scope object and what are its types?
What are the different methods of session management in servlets?
Who is responsible to create the object of servlet?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
How do I support both get and post from the same servlet?
What is the difference between using getSession(true) and getSession(false) methods?
Tell us something about servletcontext interface.
What are the phases of servlet life cycle?
What is difference between jsp and servlet?
What are the functions of an intercepting filter?
What are different ways for authentication of servlet?
What is the purpose of dispatcherservlet properties?
Explain url encoding?
What is the importance of init() method in Servlet ?
What are its drawbacks of cgi?