how to create thread in java?
Answer Posted / ravi gandhi
threads are created in two ways
1.implementing Runnable interface
2.Extending Thread Class
in thees two ways implements runnable interface is better
option because it supports multilevle thread cocept
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism oop?
What is a function in oop?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is overriding in oops?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What language is oop?
What are the 4 pillars of oop?
What is a superclass in oop?
What does sksksk mean in text slang?
what are the ways in which a constructors can be called?
When not to use object oriented programming?
What is the importance of oop?
write a C++ program for booking using constructor and destructor.
to find out the minimum of two integer number of two different classes using friend function
What is inheritance and how many types of inheritance?