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


Please Help Members By Posting Answers For Below Questions

What are the data types in oop?

823


What is oops in simple words?

804


What is polymorphism in oops with example?

758


Is data hiding and abstraction same?

768


What is the highest level of cohesion?

766


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.

1971


What is the significance of classes in oop?

798


What is and I oop mean?

831


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

1969


What is purpose of inheritance?

847


What is polymorphism what are the different types of polymorphism?

745


Why multiple inheritance is not allowed?

807


can we make game by using c

3716


How do you answer polymorphism?

794


What is polymorphism and example?

771