GenericServlet class GenericServlet class Methods of GenericServlet class Example of GenericServlet class GenericServlet class implements Servlet, ServletConfig and Serializable interfaces. It provides…
Java Servlet Tutorial
-
-
Servlets | Servlet Tutorial Servlet technology is used to create a web application (resides at server side and generates a dynamic web…
-
3)URL Rewriting URL Rewriting Advantage of URL Rewriting Disadvantage of URL Rewriting Example of URL Rewriting In URL rewriting, we append a…
-
Web Terminology Servlet Terminology Description Website: static vs dynamic It is a collection of related web pages that may contain text, images,…
-
Steps to create a servlet example Steps to create the servlet using Tomcat server Create a directory structure Create a Servlet Compile…
-
HttpServlet class HttpServlet class Methods of HttpServlet class The HttpServlet class extends the GenericServlet class and implements Serializable interface. It provides http…
-
Servlet API Servlet API Interfaces in javax.servlet package Classes in javax.servlet package Interfaces in javax.servlet.http package Classes in javax.servlet.http package The javax.servlet…
-
4) HttpSession interface HttpSession interface How to get the HttpSession object Commonly used methods of HttpSession interface Example of using HttpSession In…
-
Servlet Filter Filter Usage of Filter Advantage of Filter Filter API Filter interface FilterChain interface FilterConfig interface Simple Example of Filter A…
-
Session Tracking in Servlets Session Tracking Session Tracking Techniques Session simply means a particular interval of time. Session Tracking is a way…