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
What is ternary operator in java?
What is proper subset?
How will you initialize an Applet?
How does the garbage collector works in java?
What is the largest data type in java?
What is the difference between a constructor and a method?
How we can run a jar file through command prompt in java?
What do you mean by data type?
Why is string builder not thread safe?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Why null value is used in string?
What is the difference between length and length() method in java?
What is the difference between JDK and JVM?
Why java is call by value?
How do you use equal in java?