what is the use of thread?Justify it by project point of view
Answer Posted / meena
Thread is a part of single program.
When user want to execute a large program in very less time
then user can destribute that program into number of users
using multithreading.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Why do we need wrapper classes?
How can we find the actual size of an object on the heap?
What is the difference between processes and threads?
What is quick sort in java?
What is the public field modifier?
Where is jre installed?
What are the methods used to implement for the key object in the hash map?
Explain what is Marker interface?
What is stringwriter?
What is the difference between java applets and applications?
What do you mean by formatting?
What is the use of StringTokenizer class?
What is arguments in java?
What are the 6 boolean operators?
how to create daemon thread in java?