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 difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Why is abstraction used?
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
How can you overcome the diamond problem in inheritance?
what is the difference between function template and template of function?explain with example.
What is virtual constructors/destructors?
What do you mean by public, private, protected and friendly?
how can we design a magic square in c++?or suggest me the basic idea of it.
What is Hashing and how is it done? Pictorial form?
what is the difference between class and object?
What is virtual destructor? Why?
3 Answers Agile Software, College School Exams Tests, CSC,