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 ? | 14 Yes | 4 No |
Post New Answer View All Answers
Can we create our own daemon thread?
What are pass by reference and pass by value?
What is package private scope in java?
write a program that list all permutations of ABCDEF in which A appears before B?
What is a boolean used for?
What is a null point?
How do generics work?
How can we find the actual size of an object on the heap?
What is the arraylist in java?
What is the difference between form & report?
What is externalizable?
what is recursion in java
What is a nonetype?
Why does java not support pointers?
How do you sort in java?