How do we go with database connection and log4j integration in servlet?
What are the phases of the servlet life cycle?
What is lazy loading and what is Generic Servlet Class?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is meant by session? Tell me something about httpsession class?
What is load-on-startup in servlet?
What is the difference between a generic servlet and http servlet?
Which interface must be implemented by all servlets?
What are the drawbacks of cgi?
Why the concept of single thread model interface is used?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What do you mean by the servlet chaining?
How to get the server information in a servlet?
What are the functions of Servlet container?
How do you find out what client machine is making a request to your servlet