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 is the static method?
How do singleton patterns work?
What is array length in java?
Which containers use a flowlayout as their default layout in java programming?
Can a class be private in java?
Java.util.regex consists of which classes?
What is the access scope of a protected method?
What is the abstract class?
What is an example of declaration?
what is the difference between the methods sleep() and wait()? : Java thread
How is tree Mirroring implemented?
Can keyword be used as identifier?
What is your platform’s default character encoding?
What are three advantages of using functions?
What is the vector class in java programming?