what is servlet and what you get when we use servlets?
Answer Posted / kesav
Servlet is an API , released by Sun Micro Systems , Servlet
is a Java Program which provides the implementation of
Servlet Interface directly or indirectly
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are all the protocols supported by httpservlet?
What are some disadvantages of storing session state in cookies?
What is the difference between encodeRedirectUrl and encodeURL?
What are the phases of the servlet life cycle?
What is the purpose of dispatcherservlet properties?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What do you mean by url pattern in servlet?
What are the different session tracking techniques?
What is the difference between context parameter and context attribute?
What if we pass negative value in load-on-startup?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is servlet name in web xml?
What exactly is a servlet?
How can we invoke another servlet in a different application?
Difference between forward() method and sendredirect() method ?