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
What checkbox method allows you to tell if a checkbox is checked?
What are the 6 functions?
What is the difference between arraylist and hashset in java?
What are unchecked exceptions in java?
What is the point of polymorphism java?
What are the six ways to use this keyword?
When can you say a graph to be a tree?
What is a boolean in java?
What are heterogeneous objects?
What are the different types of java?
Is it possible to use string in the switch case?
Can a class be declared as static?
How do I start learning java?
What type of language is java?
If two threads have same priority which thread will be executed first ?