Answer Posted / vineen
Java bean is simply a java class which has getter and
setter methods.
setter methods are used to set the data.
getter methods are used to to get the data.
Java beans are used to encapsulate objects in a single java
bean so that the bean can be used or passed in other
classes.
Like in our jsp we can use this bean by using <%jspusebean>
tag.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is variable length arguments in java?
What is the parse method in java?
How many types of equations are there?
Is main an identifier?
How many unicode characters are there?
What is difference between pointer and reference?
Write an algorithm for quick sort?
Does importing a package imports its sub-packages as well in java?
What is super?
How do you sort a set in java?
What is java basic concept?
What is the main function in java?
Why spring singleton is not thread safe?
Why java is used everywhere?
What is the purpose of a parameter?