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 come we know the object is no more used in the class?
What is meant by stack and queue?
What about features of local inner class?
Differentiate between stringbuffer and string?
What is lastindexof in java?
What are static methods?
What is the meaning of flag day?
If goto and const is reserve words than why it is not work in java?
How many boolean functions are there?
Are primitives objects?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Does java support function overloading, pointers, structures, unions or linked lists?
What is variable and its types?
What are the advantages of inner classes?
What is a data structure java?