how to create thread in java?
Answer Posted / solanki
It was created by extended from Thread class
and also we can create from interface thred
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Why is polymorphism important in oop?
Why multiple inheritance is not possible?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are the components of marker interface?
What is the difference between a constructor and a destructor?
what is difference between class template and template class?
What is inheritance in oop?
What is constructor overloading in oop?
What exactly is polymorphism?
What is destructor example?
Can destructor be overloaded?
Can we create object of abstract class?
What is inheritance and how many types of inheritance?
What is and I oop mean?
Why is polymorphism needed?