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
what is the major difference between linkedlist and arraylist in java?
What is string syntax?
Is boolean a wrapper class in java?
Explain about procedural programming language or structured programming language and its features?
What is a nullable field?
What is a stringbuilder?
Is stringwriter thread safe?
Can we define package statement after import statement in java?
How does remove work in java?
What are mutable classes?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is time complexity java?
Is cout buffered?
What are measurable parameters?
What is a void method java?