Answer Posted / priyanka prataprao pawde.
1.A Servlet does not run in a separate process. This removes
the overhead of creating a new process for each request.
2.It is a server side program that is responsible to capture
and interpret the clients Request and respond to the client
with the requested information.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How do we call one servlet from another servlet?
How to upload a file to the server using servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How we can create war file in servlet?
Write a program to show the functionality of servlets.
How can you push data from an Applet to a Servlet?
What's the advantages using servlets than using cgi?
Can you explain in detail 'javax.servlet' package?
Explain request dispatcher and its methods.
What is a servlet engine?
Why do we have servlet wrapper classes?
What do you mean by a filter and how does it work?
What is the difference between CGI and Servlet?
Why is servlet used?
What are the steps that are involved in using the httpservlet class?