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 are the different collection views provided by maps?
Why is the singleton pattern considered to be an anti pattern?
Explain purpose of sleep() method in java?
Can we overload the main() method?
Which non-unicode letter characters may be used as the first character of an identifier?
What do you mean by object?
What 4 doubled?
Explain when noclassdeffounderror will be raised ?
What is string pool?
What is regex used for?
Does substring start with 0?
How is Object Oriented Programming different from Procedure Oriented Programming?
What are controls and their different types in awt?
what r advatages of websphere? & how to deploy?
What is meant by singleton class?