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 object slicing?
Can destructor be overloaded?
program for insertion ,deletion,sorting in double link list
what is the main difference between sizeof() operator in c and c++
What language is oop?
What is differance between Abstract and Interface
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
write knight tour problem which is present in datastructure
Why do we need polymorphism in c#?
What is the difference between encapsulation and polymorphism?
What is stream in oop?
what is Class in oops with example?