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
Which programming language is best in future?
What is difference between synchronize and concurrent collection in java?
How do you override a variable in java?
Explain the difference between string, stringbuffer and stringbuilder in java?
How do you make a thread in java?
What is the similarity between dynamic binding and linking?
What is the best definition for data?
How many threads can java run?
What is meant by main method?
How do you get length in java?
What are the features of junit?
What are recursive functions? Give some examples?
What are the steps in the jdbc connection?
What is default switch case? Give example.
What are java methods?