Tags in JSP, JSP Tags, How many tags available in JSP


Tags in JSP, JSP Tags, How many tags available in JSP

The JSP provide the four basic tags for working with java codes, these tags are work differently for doing the specific tasks into a JSP pages like if you want to declare variables and functions, the declaration tag is used and if you want to make logic like conditional statements, iterative statements etc, the scriptlet tag is used.

The four basic tags are as follows:-


  1. Declaration Tag.
  2. Scriptlets Tag.
  3. Expression Tag.
  4. Comment Tag.
We will discuss about all above tags in depth in next chapters.


Thanks for visiting

{ 0 comments... read them below or add one }

Post a Comment