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 restrictions are placed on method overloading and method overriding?
What is numeric function?
How to find the length and capacity of a string buffer ?
In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?
Is string a data type in java?
Tell me are there implementations for sorting and searching in the java libarary?
Need 2+ yrs experienced java techinical question papaer for company Iflex
How can i add a button in applet in java ???
how to handle http request in struts
How can I debug the Java security exceptions and AccessControlExceptions?
Write a program in java to create a doubly linked list containing n nodes.
How java is similar to c?