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 |
What is destructor oops?
What is oops?what is its use in software engineering?
what is difference between thread and programme.
What is encapsulation?
what is virtual function in c++
what is difference between class template and template class?
What is byval and byref? What are differences between them?
How do you achieve runtime polymorphism?
what is the difference between a package and a software?
OOP'S advantages of inheritance include:
What is polymorphism in oops?
how do u initialize the constant variables