b) Explain with the help of an example/diagram or write code for the following using JSP:
a) JSP life cycle.
A JSP life cycle is defined as the process from its creation to destruction. This is similar to a servlet life cycle with an additional step that is required to compile a JSP into the servlet.
The following are the paths followed by a JSP −
Comments
Leave a comment