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
Why do we use inheritance?
What is object in oops?
What is polymorphism what are the different types of polymorphism?
Can destructor be overloaded?
what is the sylabus for priliminaries?
What is abstract class in oops?
Explain the concepts involved in Object Oriented programming.
What is interface in oop?
What is overloading in oops?
What are the data types in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is the advantage of oop over procedural language?
Prepare me a program for the animation of train
What are the three main types of variables?
Can you inherit a private class?