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
How do you sort data in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Is stringwriter thread safe?
Which java version is latest?
Write a java program to count the number of words present in a string?
What are the states of thread in java?
Why we go for collections in java?
What are the 5 types of research methods?
What are basic keywords?
Is list ordered in java?
What is the purpose class.forname method?
Why runnable interface is used in java?
What are aggregate functions explain with examples?
Why string is not a wrapper class?
Define array. Tell me about 2-D array.