solomon_13000 14 Junior Poster in Training

Suppose if I want to save an object to a database I would:

1. Create a POJO and set the values captured from the JSP page
2. Parse the POJO to the BSL
3. The BSL will perform the database operation using POJO

To set the values of the POJO we have the setter method. How does the getter method work in POJO?.