Answer Posted / devarathnam c,kotagudibanda(po
Hi...
Servlet is a java-web application component that extends
the Generic servlet or HttpServlet classes.Servlet runs in
web server.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I use cookies to store session state on the client?
Why do we use sendredirect() method?
Explain the architechure of a servlet?
What do you mean by cgi in servlet?
What is difference between server and servlet?
When jsessionid is created?
Why don't we write a constructor in a servlet?
Is servlet a framework?
What is the capacity the doget can send to the server?
How can the session in servlet be destroyed?
When servlet is loaded?
What are session variable in servlets?
Explain the working of service() method of a servlet.
What is the difference between using getSession(true) and getSession(false) methods?
Why do we have servlet filters?