Answer Posted / a.srinivas rao
servlet is a web component used to deveop Web
Applications,they are dep;oyed on the server to process the
user requests.
or
servlet is a java program which runs on the server machine
to proess the user request and to give rsponse.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of dispatcherservlet properties?
What is difference between server and servlet?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is meant by Servlet? What are the parameters of service method?
How can a servlet be used to generate plain text instead of html?
What are the types of an http request?
What is the structure of the http response
Why the concept of single thread model interface is used?
What is servletconfig?
How do you configure a centralized error handler in servlets?
How does java thread pool work?
request parameter how to find whether a parameter exists in the request object?
Explain get and post.
What are the different methods involved in the process of session management in servlets?
Is servlet thread safe?