Java J2EE Spring Chapter 42: Scope of JavaBeans in JSP

In the previous few chapters, we have seen what JavaBeans are and how to use them inside JSP Pages. As with any object, there is a scope, i.e., the places where the object is visible. In this chapter, we are going to take a look at the scope of the JavaBeans that are declared inside a JSP.

So, lets get started!!!

JavaBean Scope in a JSP

JavaBeans have scope, just like all variables. You