what is the use of thread?Justify it by project point of view

Answers were Sorted based on User's Feedback



what is the use of thread?Justify it by project point of view..

Answer / 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

what is the use of thread?Justify it by project point of view..

Answer / 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

what is the use of thread?Justify it by project point of view..

Answer / haresh prajapati

using thread you can handle multiple client on a single program.

Is This Answer Correct ?    4 Yes 0 No

what is the use of thread?Justify it by project point of view..

Answer / 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

what is the use of thread?Justify it by project point of view..

Answer / pratiksha

Thread is a lightweight process and we are using it for
doing multiple task at the same time.

Is This Answer Correct ?    1 Yes 1 No

what is the use of thread?Justify it by project point of view..

Answer / lucky

Thread is a program and it is used to improve the program
execution as well as the process time that is the program is
executes in effective manner.

Is This Answer Correct ?    0 Yes 0 No

what is the use of thread?Justify it by project point of view..

Answer / ramya

A thread is a light weight process which is used to execute multiple operations at same time

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

how we can make a read-only class in java?

0 Answers  


What is a map in java?

0 Answers  


Write the code for Palindrome ?

2 Answers   Bally Technologies,


What do you understand by looping in java? Explain the different types of loops.

0 Answers  


Explain tree set and its features?

0 Answers  


Difference between stack and queue?

0 Answers   Flextronics,


what is the difference between multitasking and multithreading?

21 Answers   TCS,


Is main is a keyword?

0 Answers  


Can a singleton class be inherited?

0 Answers  


how many ways to create Thread and which one is good? runnable interface ot Thread class?

3 Answers   Satyam,


Why set is used in java?

0 Answers  


What is method reference in java?

0 Answers  


Categories