how to create thread in java?
Answer Posted / mask
Thread can be created by tow way
1.interface
2.runnable interface
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can we have inheritance without polymorphism?
What is the difference between abstraction and polymorphism?
What is abstraction and encapsulation?
Why polymorphism is used in oops?
What do you mean by Encapsulation?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is object in oops?
What is polymorphism explain its types?
What is a class and object?
Can a destructor be called directly?
How is polymorphism achieved?
What is a function in oop?
which feature are not hold visual basic of oop?
Can we create object of abstract class?
What is polymorphism in oops with example?