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
What is the web server used for running the Servlets?
Explain the difference between jsp and servlet?
How do I know if java is running on linux?
What mechanisms are used by a Servlet Container to maintain session information?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Why the container loads server at the application startup and how?
How can we invoke another servlet in a different application?
Who is responsible for writing a constructor?
What's the difference between authentication and authorization?
Why is Servlet so popular?
Can you explain in detail 'javax.servlet' package?
What are the functions of Servlet container?
What is servlet mapping?
What is servlet used for?
What is the type of method for sending request from http server?