What are session variable in servlets?
What do you mean by chaining in servlet?
What are the phases of a servlet life cycle?
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Name the different ways of session tracking.
What's the architecture of a servlet package?
What are the life cycle methods of a servlet?
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
Explain the servlet filter.
what happens if we wont use destroy()?
How do you create connections for number of users, if you want to improve performance?
What is servlet api used for conneting database?