how to create thread in java?
Answer Posted / rahul madanan
There are two methods to create thread in java :
(1). By extending the Thread class.
(2). By implementing the Runnable interface.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
can we make game by using c
What do you mean by abstraction?
What is coupling in oops?
What is encapsulation selenium?
What are different oops concepts?
What is overloading in oops?
Which is better struts or spring?
What is persistence in oop?
What is overriding vs overloading?
Can abstract class have normal methods?
What are objects in oop?
What causes polymorphism?
What is encapsulation process?
Why is polymorphism used?
Can we define a class within the interface?