what is servlet and what you get when we use servlets?
Answer Posted / nag sekhar(mca)
Servlet is an object which provides the implementation of
servlet interface directly or indirectly.
For example servlet program can be written by implementing
the servlet interface or by using HttpServlet class like
"public class ServletExample extends HttpServlet". The class
HttpServlet implements the Servlet interface which is
indirect implementation of Servlet.
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How can we invoke another servlet in a different application?
What are the types of servlet?
What are some disadvantages of storing session state in cookies?
What are the types of an http request?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Tell us something about servletcontext interface.
Which event is fired at the time of project deployment and undeployment?
Can we fetch the attributes related to a servlet on a different servlet?
When jsessionid is created?
What is servlet and its advantages?
How to create war file?
How do you invoke a servelt?
What is the difference between encodeRedirectUrl and encodeURL?
How many objects of a servlet is created?
How can we refresh automatically when new data has entered the database?