what is the use of thread?Justify it by project point of view
Answer Posted / mathe arun kumar
Thread is a part of program. If associates wants to develop
a large project then small partd(thresds) can be
implemented by programmers. After completing the project
every single part can be intigrated for execution inorder
to work that as a single project.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of object and class classes?
What is abstract class? Explain
What is multi-catch block in java?
Why do we need wrapper class?
Can we catch more than one exception in single catch block?
What is the difference between heap and stack memory?
How do generics work?
What best practices should you follow while writing multithreaded code in java?
How do you create a sop?
Is double bigger than float?
Explain jvm, jre, and jdk?
What is the use of arrays tostring () in java?
What is difference between identifier and variable?
What does it mean that strings are immutable?
What is a copy constructor in java?