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 to get the server information in a servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Explain request dispatcher and its methods.
Explain how to improve Servlet Performance?
What is Servlets and explain the advantages of Servlet life cycle?
What do you mean by servlet context?
Can servlet have a constructor ?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is servlet looping or chaining?
What is the default http method in the servlet?
What are the features added in Servlet 2.5?
Difference between java beans & servlets?
Where do you define dispatcherservlet?
What if you need to span your transaction across multiple servlet invocations?
Why don't we write a constructor in a servlet?