Multiple choice technology web technology

Custom tags are defined in

  1. tag libraries

  2. JSP

  3. Servlet

  4. Web.xml

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Custom JSP tags are defined in tag libraries, which are XML files with a .tld (Tag Library Descriptor) extension. These tag library descriptors contain the tag definitions, including tag names, attributes, and handler classes. The tag library is then referenced in the JSP page or web.xml configuration.