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 byte value?
What is the importance in context in JDBC connection pools?
What is collection sort in java?
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
What is object data type?
Explain about anonymous inner classes ?
Why is multithreading important?
what is meant by abstract class?
Explain naming conventions for packages?
What is the difference between interpreter and compiling ?
Explain java coding standards for constants?
I want to persist data of objects for later use. What is the best approach to do so?