Answer Posted / ramareddy
A 'Servlet' is a Java programming language class used to
extend the capabilities of a server. Although servlets can
respond to any types of requests, they are commonly used to
extend the applications hosted by web servers, so they can
be thought of as Java Applets that run on servers instead of
in web browsers.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why do we need servlet filter?
Describe some assignments that are executed by servlet container?
Explain how to improve Servlet Performance?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is meant by servlet? What are the parameters of the service method?
What are the servlet events?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
How servlet is created?
Explain the custom jsp tags and the beans.
Can you call a jsp from the servlet?
What is ServletContext object?
Which method is called when reference variable is passed in system.net?
What are all the protocols supported by httpservlet?
How to handle exceptions thrown by application with another servlet?
What is the structure of the http response