OD
(Choose 1 answer)
In which of the following cases will the method doEndTag() of a tag handler be invoked?
A. It will be invoked only if doStartTag() and doAfterBody() complete successfully.
B. It will be invoked in all case even if doStartTag() or doAfterBody() throw an exception.
C. This method is invoked if doStartTag() method returns true.
D. It will be invoked only if doStartTag() or doAfterBody() return Tag.DO_END_TAG.
(19)