Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

JSP%20Interview%20Questions%20and%20Answers

Question: What is difference between custom JSP tags and beans?
Answer:
  • 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.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook