what is use of threads how many ways to create thread
Answer Posted / poorna chandar rao.yerrabothu
thread is light whight processes its take low memory and low
proceesing time
there are two types thereds creatd
extending the thered class
implementing the runnable interface
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What do you mean by collectors in java 8?
Why is multithreading important?
What about main() method in java ?
What is Gang of four design patterns
What is a 16 bit word?
What is the difference between yield() and sleep()?
Which data type is a class in java?
What are the skills required for core java?
What does sprintf return?
How do you start a new line in java?
What are parameters in a method?
Difference between stack and queue?
What is difference between add() and addelement() in vector?
What types of index data structures can you have in java?
Can we create our own daemon thread?