how to create thread in java?
Answer Posted / bijoy kumar baral
There is two ways for creating Thread in Java:
1.Extending Thread class
2.Implementing Runnable Interface
Second one is much more benificial than 1st one,as we can
able to avoid the overriden methods.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is pure oop?
Whats oop mean?
What are benefits of oop?
What does and I oop mean in text?
What is meant by multiple inheritance?
What is the advantage of oop over procedural language?
What is constructor overloading in oop?
What is class encapsulation?
What is the difference between static polymorphism and dynamic polymorphism?
Why is polymorphism important in oop?
What is persistence in oop?
Which language is not a true object oriented programming language?
What is encapsulation in oops?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
How long to learn object oriented programming?