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 about method local inner classes or local inner classes in java?
What is boolean flag in java?
Which package is used for pattern matching with regular expressions?
What are the 4 types of research methods?
Highest level event class of the event-delegation model?
What does jenkins do?
What is the difference between an array and an array list?
What do you mean by boolean?
Explain about member inner classes?
What means public static?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
How would you format a date in java? I.e. In the ddmmyyy format?
What is the purpose of a volatile variable?
What is the maximum size of array in java?
Why is multithreading important?