Answer Posted / vijaya
servlet is a technology from sun which is used to develop
server side components.Servlets as a server side component
is responsible to receive the request from the client and
process the request and send the response back to the client
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the major difference between context parameter and context attribute?
What is the process for chaining servlet?
What do you mean by session tracking and also explain its techniques?
What is called Session Tracking?
How can I send user authentication information while making URL Connection?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Tell us something about servletconfig interface.
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Why is http protocol called as a stateless protocol?
What are the uses of servlet and what is servlet chaining?
What exactly is a servlet?
What methods do you use in servlet - applet communication?
Why are http servlets used in programming?
How is the get () method different from the post() method?
Differentiate between the get and post method