<%@ taglib uri="example" prefix="example" %>
<example:aTagWithBody>
<%="Body Content"%>
</example:aTagWithBody>
If the aTagWithBody handler extends from TagSupport and returns BodyTag.EVAL_BODY_BUFFERED from doStartTag(), what will the above page print?
Select 1 correct option.
a The tag handler class would not compile.
b An exception at request time.
c "Body Content" will NOT be printied.
d "Body Content" will be printied.
e None of these.
given answer is "b".i thought it's "a".please explain this.
Thanks in Advnace,
Malini