what is java bean?where can we use it?
Answers were Sorted based on User's Feedback
Answer / muhamad nadeem
1-----in simple word java been work as encapsulation.
2------we use this object in other class .
3------Like in our jsp we can use this bean by using <%
jspusebean>
tag.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rwagatare
java bean is java class which has capacity to support setter
and getter methodes.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the final keyword denotes in java?
Can we make constructors static?
What are the properties of thread?
Why is java multithreaded?
How do I get the | symbol on my keyboard?
What is comparable and comparator interface? List their differences
What is meant by inheritance and what are its advantages?
What is string :: npos?
What are MalformedURLException and UnknownHost Exceptions and whey they will be thrown?
what is main purpose of abstract class?
What is a parameter in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?