Answer Posted / marshallsudhan
Before get into the answer, we gotta know something
prior...! "JavaBeans".
JavaBeans are java classes that have properties. For our
purpose, think of properties as private instance variables.
since they're private, the only way they can be accessed
from outside of their class is through 'methods'in the
class.
The methods that change a propertiy's value are called
setter methods, and the methods that retrieve a property's
value are called getter methods.
| Is This Answer Correct ? | 54 Yes | 8 No |
Post New Answer View All Answers
What is difference between this and super keyword?
Explain the difference between treeset and treemap in java?
Is arraylist ordered?
What is the difference between class forname and new?
What is serialversionuid?
How we can execute any code even before main method?
Does java isempty check for null?
What’s the difference between callable and runnable?
If try block is successfully executed, Then Is Finally block executed?
How do you clear a method in java?
What do you know about the garbage collector?
What is java dot?
Difference between collection, collection and collections in java?
What are unchecked exceptions in java?
What does split function do in java?