Java Server Page2
Java Server Page2
What is JSP ?
JSP stands for Java Server Pages is a technology for building web
applications that support dynamic content and acts as a Java servlet
technology. You can consider it a different option to a servlet, and it
has a lot more capabilities than a servlet.
JSP is used explicitly for creating dynamic web applications. Pages
created using JSP are simpler to manage as compared to a Servlet.
JSP pages are the reciprocal of Servlets as a servlet incorporates
HTML code within Java code, whereas JSP includes Java code within
HTML with the help of JSP tags. JSP can do all the things that a
Servlet can do.
Here is the list of benefits that JSP provides: