Answer Posted / jayaprasad
calling the Thread class methods like start().
Threads can be created in two ways
1) extends Thread class
2) implementing Runnable interface.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are the three parts of a lambda expression? What is the type of lambda expression?
Which api is provided by java for operations on set of objects?
what is object-oriented programming in java?
What does ide stand for?
What is an array length?
What is arraylist class in java?
What is array length?
Is empty string in java?
Can a private method of a superclass be declared within a subclass?
What is the basic difference between string and stringbuffer object?
Can a constructor call the constructor of parent class?
Is null an object java?
How java uses the string and stringbuffer classes?
how can you take care of mutual exclusion using java threads? : Java thread
Can we call thread start () twice?