can you explain how to use JavaBean in Project
Answer Posted / 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 |
Post New Answer View All Answers
what is the sylabus for priliminaries?
What is the real time example of inheritance?
Why is destructor used?
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?
Why is object oriented programming so hard?
What does no cap mean?
Can static class have constructor?
What is difference between pop and oop?
Can enum be null?
Why do we use class in oops?
What are the types of abstraction?
What is difference between polymorphism and inheritance?
When not to use object oriented programming?
What is abstraction in oops?
What is polymorphism oop?