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
State some advantages of java?
How to write custom exception in java?
Can a class be defined inside an interface?
Why do we use regex?
Does importing a package imports its sub-packages as well in java?
Discuss different types of errors that generally occur while programming.
Is java jre still free?
Are arrays classes in java?
How do you sort an array in java?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Why set do not allow duplicates in java?
What are the difference between composition and inheritance in java?
What is the difference between iterator and enumeration ?
What are the advantages of exception handling?
What is java util?