JavaBeans-Assignment-and-Lab-Questions
JavaBeans-Assignment-and-Lab-Questions
1. Assignment
· Introduction to JavaBeans
· JavaBeans Concepts
What are Bound Properties and Constrained Properties in JavaBeans? Explain with examples.
What is a Customizer in JavaBeans, and how does it enhance the functionality of a JavaBean?
Explain how JavaBeans achieve Persistence and why it is important.
· Practical Application
· Implementing PropertyChangeListener
Create a custom BeanInfo class for StudentBean that specifies which properties should be
exposed.
Modify the introspection behavior to hide one property.
· JavaBeans Persistence