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 |
Can abstract class have private constructor?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
What is multiple inheritance? Is it supported by java?
Explain 5 io best practices?
write a program that list all permutations of ABCDEF in which A appears before B?
What is an object's lock and which object's have locks in java programming?
Explain about fail safe iterators in java?
What will happen if a thrown exception is not handled?
0 Answers ABB, Akamai Technologies, Infogain,
What is user defined exception?
Is treeset sorted in java?
What is the core java?
What is the use of runnable interface?