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 causes polymorphism?
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 a class in oop?
What is purpose of inheritance?
What is object and example?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What does I oop mean?
which feature are not hold visual basic of oop?
What is abstraction in oops?
What does oop mean in snapchat?
Write a program to reverse a string using recursive function?
What is oops?what is its use in software engineering?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Explain virtual inheritance?
What is abstraction in oop?