Answer Posted / namita
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 ? | 82 Yes | 15 No |
Post New Answer View All Answers
Why is boolean important?
What are the different types of sorting in java?
What happens when heap memory is full?
What is anagram word?
What is variable argument in java?
What is a map? What are the implementations of map?
What is difference between hashset and hashmap?
What is the static import?
What is mean by collections in java?
What is a method in programming?
Why constructor has no return type?
What is Enum in Java?
How do you escape sequences in java?
Explain the significance of class loaders in bootstrap?
What is this keyword used for?