First page Back Continue Last page Overview Graphics
JavaBeans
Not Enterprise JavaBeans (EJB)
Objects which implement predictable (or explicit) methods for getting and setting properties.
In Java the method names usually begin with “get” and “set”
There is a bit more to JavaBeans but this is all we need.
Notes: