What is life cycle of Servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by httpservlet and how it is different from the genericservlet?
Which http method is said to be non-idempotent and idempotent?
What are the difference between HttpServlet and GenericServlets?
What is httpservlet class?
What is generic servlet class?
What is the capacity the doget can send to the server?
What are the uses of servlet and what is servlet chaining?
Why do we need servlet filter?
Can we define constructor in Servlet class?
How can the session in servlet can be destroyed?
What is URL Encoding?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }