Answer Posted / ravi kumar gupta
JavaBeans are reusable software components for Java.
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 they can be passed around as a
single bean object instead of as multiple individual
objects. A JavaBean is a Java Object that is serializable,
has a nullary constructor, and allows access to properties
using getter and setter methods.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do I write a self declaration?
Who is founder of java?
Why multiple inheritance is not supported by java?
What is a lambda expression ? What's its use ?
What is anti pattern in cyber security?
What is a values collection view ?
What are the four corner stones of oop?
What does indexof return in java?
How many threads can java run?
What are the differences between wait() and sleep()?
Does java have extension methods?
How to print an arraylist in java?
Which containers use a flowlayout as their default layout in java programming?
What is passing by reference in java?
What are three advantages of using functions?