As of now we have seen, what is JSP? , How a JSP program executes? Now let us know one of the important part in JSP, i.e, JSP Elements. These JSP Elements play a crucial role in JSP program. Entire JSP program structure is based on these Elements. They are listed below:
- Template Text
- Scriptlet
- JSP Expressions
- JSP Declarations
- JSP Directives
- JSP Action Tags
- JSP Custom Tags
- El Expressions