can you explain how to use JavaBean in Project
Answers were Sorted based on User's Feedback
Answer / kathir
javaBeans are used to handle the forms. Inside of the
javaBean we can have the private variables. By calling the
setter methods we can give the values for the variables and
by using getter methods we can get the values from the form.
Each and every object of the javaBean is for a single record.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / murali
javabean is same as javaclass but in javabean we are using
only setters and getters methods we cannot use other methods
most of the project we are using setters and getters
because in project we set the data and get the data only
these things will happen most of the times
| Is This Answer Correct ? | 1 Yes | 1 No |
Is enum a class?
What is the important feature of inheritance?
what is code for call by value and call by reference?
What is the importance of oop?
Write a program to multiply 3x3 matrics
What is constructor overloading in oop?
What is command routing in MFC
What is stream in oop?
How to hide the base class functionality in Inheritance?
What is friend function?
What is function overloading and operator overloading?
What is object and example?