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
Are maps ordered java?
Write a function to find out longest palindrome in a given string?
Is java hashset ordered?
Is java se open source?
What are peerless components?
What is array list in java?
What are the skills required for core java?
Can a source file contain more than one class declaration?
Explain about complier design(phases)
Can java list be null?
When should I use stringbuffer?
What is variable and rules of variable?
Can extern variables be initialized?
Which is faster set or list in java?
Write a program to print fibonacci series up to count 10.