how to create thread in java?
Answer Posted / chiranjeevi
threads are created in two ways
1.extending threadclass
2.runnable interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can abstract class have normal methods?
what are the different types of qualifier in java?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What are benefits of oop?
What is a class in oop?
Write a c++ program to display pass and fail for three student using static member function
Can we create object of interface?
How do you answer polymorphism?
What is constructor in oop?
What is methods in oop?
What is oops and why we use oops?
What is the oops and benefits of oops programming?
What is destructor in oop?
Why is object oriented programming so hard?
write a program to find 2^n+1 ?