Multiple choice technology web technology

TLD is

  1. Tag Library Descriptor

  2. Tag Language Description

  3. Tag Library Description

  4. Tag Language Dynamics

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

TLD stands for Tag Library Descriptor, an XML file that describes a custom tag library in JSP. It contains metadata about the tag library including tag names, attributes, validation rules, and tag handler classes. The descriptor file enables JSP containers to process custom tags correctly by providing the necessary mapping and validation information.