can you explain how to use JavaBean in Project
Answer Posted / koti
java bean is a simple java class
use the project modelview useing (get,set methodimplemet)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is interface in oop?
Why do pointers exist?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is property in oops?
What is multilevel inheritance explain with example?
Can private class be inherited?
What is byval and byref? What are differences between them?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is coupling in oop?
What is object in oop with example?
Is data hiding and abstraction same?
What is encapsulation in simple terms?
Why is encapsulation used?
What is polymorphism in oops with example?
when to use 'mutable' keyword and when to use 'const cast' in c++