Understanding JSP Life Cycle
Understanding JSP Life Cycle
JSP never outputs the content directly to the browser. Instead, JSP replies on initial server-
side processing process which translates JSP page into the JSP Page class. The page class then will handle all the
requests made of JSP. The JSP life cycle is described as the picture below: