What is difference between custom JSP tags and beans?
- A custom JSP tag has to be interpreted and run inside a JSP; a Java Bean does not.
- A custom JSP tag has to extend the javax.servlet.jsp.tagext.Tag interface; a Java Bean does not.
- A custom JSP tag might use other Java Beans to do its work, but the reverse is not true.
Save For Revision
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.