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 ? | 8 Yes | 2 No |
Post New Answer View All Answers
For class CFoo { }; what default methods will the compiler generate for you>?
Why are parameters used in functions?
What is nextline method in java?
What is variable length arguments in java?
How to sort an array in java without using sort method?
What is the difference between the file and randomaccessfile classes?
Can bool be null?
What if I write static public void instead of public static void in java?
Are primitives objects?
What is the difference between the final method and abstract method?
What is the properties class in java programming?
How to do encapsulation in java?
Should a main method be compulsorily declared in all java classes?
What are internal variables?
What is integer size in java?