JSP technology is used to create web application just like servlet technology. It is an extension to servlet because it provides more functionalitythan servlet such as expression language, JSTL, etc.
Initial release 1999 and latest release 31 april 2022. It was developed by sun microsystem
To create the first JSP page, write some HTML code and save it by 'index.jsp'. Put it in a folder and paste the folder in the web-apps directory in apache tomcat to run the jsp page.
The javax.servlet.jsp package has two interfaces and classes.
1. JspPage
2. HttpJspPage