what is use of threads how many ways to create thread
Answer Posted / subash chandra bose l
there are many uses of threads and the main use is to
execute several process at once.
there are two ways of creating a thread and
1. extending a Thread class
2. implementing Runnable interface
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the types of strings?
How to use Media tracker Class.
How do you convert int to char in java?
How many functional interfaces does java 8 have?
What is difference between ++ I and I ++ in java?
Can you add null to a list java?
Java.util.regex consists of which classes?
Do extraneous variables affect validity?
What is the difference between an array and an array list?
How do you start a new line in java?
What is runtime polymorphism or dynamic method dispatch?
How will you reverse a singly-link list?
Can we nested try statements in java?
Explain thread in java?
What a static class can contains?