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 is the directory structure of a war file?
Explain the working of service() method of a servlet.
Which java framework is most popular?
How does tomcat servlet container work?
Difference between forward() method and sendredirect() method ?
What is string tokenizer?
How can I send user authentication information while making URL Connection?
What is called a session?
what is multiple server?
What is the structure of the http response
What is context in servlet?
What is servlet container?
Which application server is best for java?
How do you create a cookie using servlet?
What are the functions of Servlet container?