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 keyset in java?
What is static block?
What is byte code and why is it important to java’s use for internet programming?
Is passing by reference faster?
How do you call a reference in java?
What is void class in java?
Does java allow overriding static methods ?
What are synchronized blocks in java?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
What is the static method?
What does int argc char * argv [] mean?
Can we able to pass objects as an arguments in java?
What is the difference between overriding & overloading?
Can we create an object of static class in java?
What does ide stand for?