Tuesday, 5 April 2016

What are all the different scope values for the jsp:useBean tag ?


<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

No comments:

Post a Comment

Note: only a member of this blog may post a comment.