Multiple choice technology web technology

Which one of the following folder is mandatory to be defined to use the ps: custom tags

  1. TLDs

  2. DDLs

  3. Web-inf

  4. Meta-Inf

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

JSP custom tags require a Tag Library Descriptor (TLD) file in the WEB-INF directory (or subdirectory). The TLD file defines the custom tag library, including tag names, attributes, and handler classes. DDL is unrelated (database definition), Web-inf is the wrong capitalization, and Meta-Inf is for JAR metadata.