What is different between web server and application server? |
What is MIME Type? |
What is a web application and what is its directory structure? |
What is a servlet? |
What are the advantages of Servlet over CGI? |
What are common tasks performed by Servlet Container? |
What is ServletConfig object? |
What is ServletContext object? |
What is Request Dispatcher? |
What is the use of servlet wrapper classes? |
What is SingleThreadModel interface? |
What is the inter-servlet communication? |
What is servlet attributes and their scope? |
What are the phases of servlet life cycle? |
What are life cycle methods of a servlet? |
What is URL Encoding? |
What are different methods of session management in servlets? |
What is URL Rewriting? |
What is the effective way to make sure all the servlets are accessible only when user has a valid session? |
What is a deployment descriptor? |
What are important features of Servlet 3? |
What are different ways for servlet authentication? |
Write a servlet to upload file on server. |
Why HttpServlet class is declared abstract? |
why we should override only no-agrs init() method. |
Why do we have servlet filters? |
Why do we have servlet listeners? |
Which HTTP method is non-idempotent? |
How can we create deadlock situation in servlet? |
How do we call one servlet from another servlet? |
How can we invoke another servlet in a different application? |
How does Cookies work in Servlets? |
How to notify an object in session when session is invalidated or timed-out? |
How to handle exceptions thrown by application with another servlet? |
How to make sure a servlet is loaded at the application startup? |
How to get the actual path of servlet in server? |
How to get the server information in a servlet? |
How do we go with database connection and log4j integration in servlet? |
How to get the IP address of client in servlet? |
How can we achieve transport layer security for our web application? |
Difference - GET and POST method? |
Difference - ServletConfig and ServletContext? |
Difference - PrintWriter and ServletOutputStream? |
Difference - GenericServlet and HttpServlet? |
Difference - ServletResponse sendRedirect() and RequestDispatcher forward() method? |
Difference - encodeRedirectUrl and encodeURL? |
Are Servlets Thread Safe? How to achieve thread safety in servlets? |
Can we get PrintWriter and ServletOutputStream both in a servlet? |
Do we need to override service() method? |
Is it good idea to create servlet constructor? |
LifeCycle
Interfaces in javax.servlet package
Classes in javax.servlet package
Interfaces in javax.servlet.http package
Classes in javax.servlet.http package
Points to remember
|
|
No comments:
Post a Comment