(Choose 1 answer)
In which of the following case will the method doStartTag() of a tag handler be invoked?
A. This method is always invoked whenever the tag's use is encountered in the jsp page.
B. It will be invoked only If the use of that tag is not enclosed in another custom tag.
C. This method is invoked if doTag() method returns DO_START
D. This method is invoked if doTag() method returns true.
E. If doEndTag() returns EVAL_TAG_AGAIN.