Multiple choice technology programming languages

Name the element within the tag element that defines the name of the class that implements the functionality of tag. Select the one correct answer.

  1. class-name

  2. tag

  3. class

  4. tag-class

  5. tei-class

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

The 'tag-class' element within the tag element specifies the fully-qualified name of the Java class that implements the tag's functionality. This is the required element that connects the XML tag definition to the actual executable code. 'class-name', 'class', and 'tei-class' are not valid elements in the taglib descriptor.