PRJ302_-_SP_2024_-_FE_1653.webp
Sakura_desu

PRJ302_-_SP_2024_-_FE_1653.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;
}
FUOS Mi

Thông tin

Category
PRJ302
Thêm bởi
Sakura_desu
Ngày thêm
Lượt xem
2,774
Lượt bình luận
1
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRJ302_-_SP_2024_-_FE_1653.webp
File size
229.4 KB
Dimensions
1920px x 892px

Share this media

Back
Bên trên Bottom