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

What is serial version uid and its importance in java?

0 Answers  


different types of threads?

18 Answers   TCS,


explain the classification of exception and hoew to handle the exceptions

2 Answers  


What is the use of TL?

0 Answers  


Is void a return type?

0 Answers  






What are 3 boolean operators?

0 Answers  


What is the access scope of protected access specifier?

0 Answers  


Why we use methods in java?

0 Answers  


How to make class immutable

6 Answers  


What is the difference between a scrollbar and a scrollpane?

0 Answers  


How many types of variables are there?

0 Answers  


What is arraylist class in java?

0 Answers  


Categories