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 |
Why string is not a wrapper class?
What is a subsequence of a string?
what is mena by object block any what is the use of that
What is the use of parse function in java?
what are three ways in which a thread can enter the waiting state? : Java thread
What is main string [] args?
How to perform Singleton of the java class object on multi JVM?
Is null an object in java?
My interview asked what is dynamic variable in java and where we use them.
i need source code for income tax program using java inheritance
What are heap memory and stack memory and what are memory tables.
explain about casting of objects?