Multiple choice technology web technology

Which are all the below components involved in making the tag library(Choose All)

  1. Bean name

  2. servlet code

  3. Tag library descriptor file

  4. Implementation of the tag

  5. jsp code

Reveal answer Fill a bubble to check yourself
C,D,E Correct answer
Explanation

A JSP tag library consists of three key components: the Tag Library Descriptor (TLD) file that defines the tags (C), the actual implementation code for each tag (D), and the JSP code that uses the tags (E). Bean name (A) is not a component of the tag library itself - it's data managed by the bean. Servlet code (B) is not directly part of tag library structure. Options C, D, and E are correct.