Which of the following methods will be invoked if the doStartTag() method of a tag returns Tag.SKIP_BODY?

Which of the following methods will be invoked if the doStartTag() method of a tag returns Tag.SKIP_BODY? 





a. doEndTag()
b. skipBody()
c. doAfterBody()
d. None of these.


Answer: A


Learn More :