JSP Elements

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:
  1. Template Text
  2. Scriptlet
  3. JSP Expressions
  4. JSP Declarations
  5. JSP Directives
  6. JSP Action Tags
  7. JSP Custom Tags
  8. El Expressions 
Click on each to know in detail.....