Multiple Choices
Answer (Choose 1 answer)
Ex
Consider the following tag declaration in a TLD file:
<tag>
<name>simpleInterest</name>
<tag-class>SimpleInterestTag</tag-class>//1
</tag>
SimpleInterestTag calculates simple interest for any amount and requires two attributes 'amoWhich of the following sub elements would you need to add inside the <tag> element in the as shown above?
Two separate <attribute> elements.
A. One <amount> element and one <rate> element
B. One <attribute> element with sub-elements
C. One <attribute-list> element with sub-elements