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 wrapper class html?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is constructor and its types?
Why should I use abstract class?
Can we define private and protected modifiers for variables in interfaces?
What is difference between jdk,jre and jvm?
What are the fileinputstream and fileoutputstream?
What is arraylist e?
What is the similarity between dynamic binding and linking?
What is floor in java?
What is string subsequence method?
How do you get the length of a string in java?
What are heap memory and stack memory and what are memory tables.
Do you know how to reverse string in java?
Differentiate between vector and array list.