what is java bean?where can we use it?

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


Please Help Members By Posting Answers For Below Questions

What is a generic code?

528


What do you mean by JVM?

587


What is a local, member and a class variable?

577


How many types of memory areas are allocated by JVM in java?

595


How to implement a multithreaded applet?

2204






what is the difference between Object Based Language and Object Oriented Language?

598


What is a method type?

535


How we can declare a static variable?

654


What is meant by interface?

565


What are the elements of java?

561


What is the primitive type byte?

583


How do generics work in java?

518


Can a class be private?

512


What is a list in java?

508


How to compare two strings in java program?

671