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
Why is http protocol called as a stateless protocol?
What is difference between jsp and servlet?
How to get the server information in a servlet?
Why servlet is faster than jsp?
Why do we have servlet listeners?
How can we achieve transport layer security for our web application?
What is the difference between get and post methods?
When to use doget() and when dopost()?
What is the difference between Server and Container?
Explain web container.
Can you explain in detail 'javax.servlet' package?
What is servlet in simple terms?
How do you configure a centralized error handler in servlets?
Which event is fired at the time of setting, getting or removing attribute from application scope?
Can we override destroy method in servlet?