When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What are the advantages of servlets over traditional cgi?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
Which event is fired at the time of session creation and destroy?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
What is the disadvantage of cookies?
Some examples where generic servlet is used?
In which cases Destroy() is invoked?
What are its drawbacks of cgi?
What methods do you use in servlet - applet communication?
What do you mean by annotations in servlet?
If you want to modify the servlet,will the Webserver need to be ShutDown ?
How can you create a session in servlet?