Example & Tutorial understanding programming in easy ways.

Expalin type of JSP tags in uses?.

In this JSP section, you will learn about JSP tags, list of the tags used in Java Server Pages, declaration tag, general syntax of declaration tag, expression tag and general syntax of expression tag.

Tags are a vital concept in Java Server Pages (JSP). Below is a list of tags used in JSP.

List of the tags used in Java Server Pages:

1)Declaration tag
2)Expression tag
3)Directive tag
4)Scriptlet tag
5)Action tag

Read More →