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
Define the lifecycle for executing a jsp page.
How can we include static files in the jsp page?
How is an application exception handling is done using a servlet?
How is a servlet implemented in code?
What are the difference between RMI and Servlets?
Why HttpServlet class is declared abstract?
Explain is servlet mapping?
What is the inter-servlet communication?
What are the steps that are involved in using the httpservlet class?
Can we override servlet service method?
What is the importance of init() method in Servlet ?
What is the servletconfig object?
What is the difference between get and post methods?
List the Different types of servlet?
Explain get and post.