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 thread pool? How can we create thread pool in java?
What is a ternary operator in java? What is an interface?
What is multithreading in java?
When does an object becomes eligible for garbage collection in java?
What are identifiers in java?
What is boolean law?
Is an array a vector?
Why are getters and setters used?
Static Variable can referred in non-static method?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?
what is the difference between Object Based Language and Object Oriented Language?