what is java bean?where can we use it?

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


Please Help Members By Posting Answers For Below Questions

Is there a jre for java 11?

565


Is it possible for a yielded thread to get chance for its execution again?

518


What does percent mean in java?

593


What is difference between calling start() and run() method of thread?

565


What do you understand by the term polymorphism?

634






What are the Class Libraries ?

601


What are the two types of java programming?

541


What is the purpose of lambda expressions?

591


what type of questions asked for barclays technologies pune please send urgent

5236


Does java have a compiler?

561


Can memory leak in java?

591


how to deploy tomcatserver to weblogic server? write d following steps?

1455


What is the purpose of file class?

552


Does chrome use java?

527


What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

638