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 default initialization in java servlet?
Write a simple servlet program to print the contents of html.
Why the container loads server at the application startup and how?
How can you run a servlet program?
How do you design microservices?
Tell us something about servletconfig interface.
What are the uses of servlets?
How do I support both get and post from the same servlet?
What is servlet attributes and their scope?
Servlet is pure java object or not?
How the JSP file will be executed on the Server side?
What are the functions of an intercepting filter?
Describe servlet?
How can we refresh automatically when new data is entered into the database?
What is Client-Server Computing?