Answer Posted / sivasubramanian.k
JavaBeans are reusable software components for Java that
can be manipulated visually in a builder tool.[1]
Practically, they are classes written in the Java
programming language conforming to a particular convention.
They are used to encapsulate many objects into a single
object (the bean), so that the bean can be passed around
rather than the individual objects.
| Is This Answer Correct ? | 94 Yes | 20 No |
Post New Answer View All Answers
Define how destructors are defined in java?
What are the drawbacks of reflection?
When is the finally clause of a try-catch-finally statement executed?
How to sort an unsorted array in java?
What is the purpose of nested class in java?
Differentiate storage classes on the basis of their scope?
What are the 6 functions?
How do you sort a set in java?
What is the role of the java.rmi.naming class?
What occurs when an object is constructed?
What is the difference between && and & in java?
What is a java object and java application?
What is computer compiler?
If I only change the return type, does the method become overloaded?
When can you say a graph to be a tree?