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 difference between super class & sub class?
What is java english?
Difference between process and thread?
What is length in java?
What is the SimpleTimeZone class?
What will happen when using pass by reference in java?
Where to store local variables?
What programs use java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What are the object and class classes used for?
Why is a constant variable important?
What about features of local inner class?
Can we serialize singleton class?
What is the difference between a factory and abstract factory pattern?
What is string value?