can you explain how to use JavaBean in Project
Answer Posted / 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 |
Post New Answer View All Answers
What is the renewal class?
What is meant by oops concept?
How do you achieve runtime polymorphism?
What is a function in oop?
What is class encapsulation?
How can you overcome the diamond problem in inheritance?
What is destructor example?
Advantage and disadvantage of routing in telecom sector
Why is destructor used?
What does <> mean pseudocode?
Can we override main method?
What is difference between polymorphism and inheritance?
How many human genes are polymorphic?
What is polymorphism and example?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?