Answer Posted / nisid ranjan jena
Java Bean is simply a java class which has some setter
methods and getter methods to represent data.It is basically
used to encapsulate many objects into a single object so
that can be distributed in network.Java beans are reusable
components.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Why declare Main() method as a static in java ?
Can we declare the main method of our class as private?
How do I get 64 bit java?
What is the difference between jdk, jre, and jvm?
Difference between throw and throws?
Which number is denoted by leading 0x or 0x in java?
What is the difference between keyword and identifier?
What are scriptlets?
What is java full form?
What do you understand by casting in java language?
Explain about java sdk?
What are white spaces in java?
What is == in java?
Can you use abstract and final both with a method?
What is garbage collection? Can it be forced to run?