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 use of servletconfig interface?
What are the annotations used in servlet 3?
What is servlet in web technology?
What is servlet and its advantages?
How to generate the server side programming and the advantages of it over the other languages?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
How can we include static files in the jsp page?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is the process for chaining servlet?
Explain the difference between jsp and servlet?
What mechanisms are used by a Servlet Container to maintain session information?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What are the types of servlets? Explain
Why is init() method is used in servlets?
What are session variable in servlets?