Servlets
This module contains articles about Servlets.
Relevant Articles:
- Introduction to Java Servlets
 - An MVC Example with Servlets and JSP
 - Handling Cookies and a Session in a Java Servlet
 - Uploading Files with Servlets and JSP
 - Example of Downloading File in a Servlet
 - Returning a JSON Response from a Servlet
 - Jakarta EE Servlet Exception Handling
 - Context and Servlet Initialization Parameters
 - The Difference between getRequestURI and getPathInfo in HttpServletRequest
 - Difference between request.getSession() and request.getSession(true)