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
Difference between java and javascript
What methodology can be utilized to link to a database?
What is a parameter in simple terms?
What causes memory leaks in java?
How do you square a number in java?
What is a boolean used for?
What happens to a static var that is defined within a method of a class?
How big is a boolean?
What is command line argument in java?
Is java developer a good career?
Are primitives objects?
Can we change the scope of the overridden method in the subclass?
What is java full form?
Why java is a platform independent? Explain
Can arraylist contain null values?