Explain the difference between generic servlet and http servlet?
What are the steps involved in placing a servlet within a package?
What are the steps that are involved in using the httpservlet class?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What do you mean by servlet context?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
Why do we use sendredirect() method?
Explain the difference between GET and POST methods?
How to read request headers from servlets?
Explain the difference between a web server and a web container?
Whats the advantages using servlets over using CGI?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How do you invoke a servelt?