PRJ301_-_REB5_-_FA_2023_1319.webp
TuanKiet1

PRJ301_-_REB5_-_FA_2023_1319.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 <my Tag: 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:
}

Exit 16

Thông tin

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

Image metadata

Filename
PRJ301_-_REB5_-_FA_2023_1319.webp
File size
59.1 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom