Servelets
Servelets
A JSP page consists of HTML tags and JSP tags. The JSP pages are
easier to maintain than Servlet because we can separate designing
and development. It provides some additional features such as
Expression Language, Custom Tags, etc.
Advantages of JSP over Servlet
1)Extension to Servlet
2)Easy to maintain
3)Fast Development: No
need to recompile and
redeploy
4)Less code than Servle
The Lifecycle of a JSP Page