PRJ301_-_SP_2024_-_Block_5_-_RE_1951.webp
V

PRJ301_-_SP_2024_-_Block_5_-_RE_1951.webp

(Choose 1 answer)
Given the following JSP and tag handler code, what is the result of accessing the JSP?
JSP Page Source
<html>
<body>
START <br>
<%@taglib uri="test_taglib" prefix="myTag"%>
<my Tag:TestTag/>
<br>END
</body>
</html>
Tag Handler Code for <myTag:TestTag />
package examples;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
public class TestTag extends TagSupport
{
public int doStartTag() throws JspException return EVAL_PAGE;{
}
public int doEndTag() throws JspException{return SKIP_PAGE;
}
FUO
2: 13

Thông tin

Category
PRJ301
Thêm bởi
virtuous_hero
Ngày thêm
Lượt xem
5,257
Lượt bình luận
12
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRJ301_-_SP_2024_-_Block_5_-_RE_1951.webp
File size
237.8 KB
Dimensions
1920px x 892px

Share this media

Back
Bên trên Bottom