1.

What do you mean by Custom Tag in JSP?

Answer»

A JSP custom tag is a user-defined JSP language ELEMENT. A JSP page which contains a custom tag is GENERALLY transcribed into a servlet. Then, the custom tag is converted to OPERATIONS on an object CALLED a tag handler. The custom TAGS can be created with JSP tag extensions that let developers insert these new tags directly into a JSP.



Discussion

No Comment Found