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
What are the different ways we can maintain state between requests?
What is the
Why are http servlets used in programming?
What are some advantages of storing session state in cookies?
What do you mean by cgi and what are its drawbacks?
How can you create a session in servlet?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How to upload a file to the server using servlet?
What are the differences between forward() method and sendredirect() methods?
Explain the concept of ssi ?
What are the annotations used in servlet 3?
Explain the difference between generic servlet and http servlet?
What is http servlet?
Difference between get and post in java servlets?
Write a program to show the functionality of doget and dopost method?