Tuesday, November 29, 2011

What is jsp:usebean. What are the scope attributes & difference between these attributes

There are 4 scopes application, session, request and page in the order of thier significance. :The jsp:useBean action declares a variable in the JSP page and associates an instance of a javabean with it. the <jsp:useBean> is one of the three standard actions for using JavaBeans in JSP pages.
Category:JSP Interview Questions

No comments:

Post a Comment