Hello;
Would apreciate if somebody help me out on following question..
16.Consider the following description of a tag in a TLD:
<tag>
<name>SmilyTag</name>
<tag-class>com.enthuware.ctags.SmilyTag</tag-class>
<description>
Replaces emoticons such as

,

, and

with images.
</description>
<body-content>tagdependent</body-content>
<attribute>
<name>name</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
Which of the following statements regarding the above tag are correct?
Select 2 correct options.
A.It is an empty tag.
B.It may be used as an empty tag.
C.It must have a body
D.It must implement BodyTag interface.
E.It may take an attribute named 'name'. But if present, its value must be dynamic.
In this i choose C and E
But answer given is B and D
If answer is B so please explain me as bodycontent is given as tagdependent then how its body may be keep empty...
As answer E How can we say it will implemnt bodyTag interface only...
Regards;
Brijesh