Saved Bookmarks
| 1. |
What is the difference between getters and setters in JAVA ? |
|
Answer» Getters are the methods which extract some information from the object and return it to the program. Setters are the methods which set some properties of the object so that the object's appearance changes. |
|