Ask Your Question
1

Is it impossible to access the servlet page using JSP?

asked 2021-12-11 11:00:00 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-04-13 16:00:00 +0000

pufferfish gravatar image

No, it is possible to access a servlet page using JSP by using the <jsp:include> or <jsp:forward> tags in the JSP code. These tags allow the JSP page to include or forward to the servlet page, thus allowing access to its functionality.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-12-11 11:00:00 +0000

Seen: 10 times

Last updated: Apr 13 '22