posted 18 years ago
hi,
Which of the following statements are true when the doStartTag() method is invoked? Consider that the start of the tag has been reached.
1. The body of the tag is evaluated again.
2. The body of the tag is skipped.
3. SKIP_BODY is not a valid return code.
4. EVAL_BODY_AGAIN is not a valid return code.
5. JspException is not handled in the doStartTag() method.
ans)4
shouldnt the ans be 2,4 ?
Please clarify...
regards
-santosh