Answer Posted / suraj
servlet is an Controller. Servlet get the request from
client side and made a response on server side side and
it's sent to client side with http response object.
Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
What do you mean by interservlet communication?
Explain the lifecycle of a servlet?
How is a servlet implemented in code?
Explain get and post.
How can you create a session in servlet?
What is pure servlet?
What’s the difference between genericservlet and httpservlet?
How can the session in servlet can be destroyed?
How do you find out what client machine is making a request to your servlet
Write a simple servlet program to print the contents of html.
What is the use of request dispatcher interface?
Explain the difference between generic servlet and http servlet?
What is the difference between 2 types of servlets?
Explain web application directory arrangement?
What is the purpose of requestdispatcher interface?