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
How can a servlet be used to generate plain text instead of html?
What is Servlets and explain the advantages of Servlet life cycle?
What are different Authentication options available in Servlets.
What is servlet configuration?
How will you pass values from HTML page to the servlet?
Explain the difference between jsp and servlet?
How does Cookies work in Servlets?
Can you create a deadlock condition on a servlet?
How would you create deadlock on your servlet?
Describe the phases of servlet lifecycle?
What are the kinds of http requests?
What is ServletContext object?
Explain the concept of ssi ?
How we can get ip address of client in servlet?
What do you mean by servlet context?