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 abstract class in oop?
What is the real life example of polymorphism?
Why do we use class?
Templates mean
What is the difference between static polymorphism and dynamic polymorphism?
Can an interface inherit a class?
What exactly is polymorphism?
What are properties in oop?
#include
What are the three parts of a simple empty class?
2. Give the different notations for the class.\
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Where is pseudocode used?
What is encapsulation and abstraction? How are they implemented in C++?
What is this pointer in oop?