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 are the data types in oop?
What is oops in simple words?
What is polymorphism in oops with example?
Is data hiding and abstraction same?
What is the highest level of cohesion?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is the significance of classes in oop?
What is and I oop mean?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is purpose of inheritance?
What is polymorphism what are the different types of polymorphism?
Why multiple inheritance is not allowed?
can we make game by using c
How do you answer polymorphism?
What is polymorphism and example?