Let us quick recap what we learnt about JavaBeans in the previous few chapters.
Introduction to JavaBeans:
• JavaBeans used in JSPs are totally different from Enterprise Java Beans or EJBs
• JavaBeans are regular Java classes that have a public no-arg constructor and getter/setter methods for all the variables declared in the class
Using JavaBeans:
• JavaBeans can be used inside JSPs