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

Standard JSP custom tag libraries use TLD (Tag Library Descriptor) files, typically stored in WEB-INF or META-INF. The question mentions non-standard 'ps:' tags, but if this is a standard JSP question about TLD files, option A is correct. However, 'ps:' is not a standard JSP tag prefix.