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
Can we override main method?
when to use 'mutable' keyword and when to use 'const cast' in c++
How do you explain polymorphism?
What does it mean when someone says I oop?
How do you define social class?
Can we define a class within the interface?
Why do we use oops?
Why interface is used?
What is the types of inheritance?
What is object in oop?
What is encapsulation with example?
What is a function in oop?
Can we create object of interface?
What are the types of abstraction?
What are the three main types of variables?