previous |
start |
next
Encapsulating Computations in JavaBeans
- A JavaBean is a Java class
- It must have a default constructor
- A JavaBean exposes its properties through get and set
methods
- Properties are accessed and modified by methods that follow a
naming convention
previous |
start |
next