About Question enthuware.jwpv6.2.771 :
Posted: Sat Jun 23, 2012 9:09 am
I think the question is not completely correct. This would only be true for classic tags
and not for simpleTag's, since they only have doTag() method. I believe the question
should be rephrased to
In which of the following case will the method doStartTag() of a tag handler be invoked?
In which of the following cases will the method doStartTag() of a classic tag handler be invoked?
Anwser: This method is always invoked whenever the tag's use is encountered in the jsp page.
and not for simpleTag's, since they only have doTag() method. I believe the question
should be rephrased to
In which of the following case will the method doStartTag() of a tag handler be invoked?
In which of the following cases will the method doStartTag() of a classic tag handler be invoked?
Anwser: This method is always invoked whenever the tag's use is encountered in the jsp page.