What are all the different scope values for the
tag?
Answer:
<jsp:useBean> tag is used to use any java object in the jsp page. Here are the scope values for <jsp:useBean> tag:
a) page
b) request
c) session and
d) application
COPYRIGHT © 2017 java-samples.com. ALL RIGHTS RESERVED
.