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
Write a program to print count of empty strings in java 8?
Is java a pure object oriented language?
does java support pointers?
What is the purpose of using javap?
What does isempty () do in java?
What does pointer mean?
How to find the index of the largest number in an arraylist java?
What language is java written?
What is the loop in java?
Can we force the garbage collection to run?
What do you mean by thread safe?
What is the covariant return type?
What is a locale?
What is an escape character in java?
Differentiate between a class and an object.