Kizspy | Question: 43
(Choose 1 answer)
<tag>
<name>customTag</name>
<tag-class>com.example.MyCustom TagHandler</tag-class>
<body-content>empty</body-content>
<attribute>
<name>message</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
What does the <rtexprvalue> element specify in the TLD?
A. The return type of the custom tag handler class with realtime
B. Whether the attribute can accept runtime expressions
C. The body content type of the custom tag
D. The tag handler class