how to create thread in java?
Answer Posted / mohan
by extending thread class or by implementing runnable
interface
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is the real time example of encapsulation?
What is data binding in oops?
what is the sylabus for priliminaries?
what are the realtime excercises in C++?
write a C++ program for booking using constructor and destructor.
write a programe to calculate the simple intrest and compund intrest using by function overlading
What are the 4 pillars of oop?
What is the advantage of oop over procedural language?
How oops is better than procedural?
What is polymorphism and example?
What is the difference between static polymorphism and dynamic polymorphism?
How to call a non virtual function in the derived class by using base class pointer
Explain the advantages of inheritance.
What is and I oop mean?
Is enum a class?