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 static variable work in java?
Explain the importance of finalize() method.
What is outofmemoryerror in java?
What are selection structures?
What is a constructor, constructor overloading in java?
Can we override the overloaded method?
Why javac is not recognized?
What is early binding and late binding in java?
Why vector is used in java?
Does java allow default arguments?
Who developed java?
How do you create a sop?
What is oop in java?
What are the two parts of a conditional statement?
What is floating data type?