What is the difference between the http servlet and generic servlet?
Why servlet is faster than jsp?
What are the advantages of servlets over traditional cgi?
Explain url encoding in servlet?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
What are the disadvantages of storing session state in cookies?
What is filter? Can filter be used as request or response?
Which exception is thrown if the servlet is not initialized properly?
What is the difference between CGI and Servlet?
What are the various ways of session supervision in servlets?
servlet life cycle?
What is servlet name in web xml?
What is difference between cookies and httpsession?