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
what are the different types of qualifier in java?
Why do we need oop?
What is inheritance and how many types of inheritance?
What is the difference between abstraction and polymorphism?
when to use 'mutable' keyword and when to use 'const cast' in c++
What are the benefits of polymorphism?
What is the example of polymorphism?
What is difference between multiple inheritance and multilevel inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Write a program to sort the number with different sorts in one program ??
What are main features of oop?
What is a superclass in oop?
Which method cannot be overridden?
What is a null tree?
Can an interface inherit a class?