Say we have three threads T1, T2 and T3 which
perform sequentially one after another is their any benefit
of using thread over here rather than having a single
process.

Answers were Sorted based on User's Feedback



Say we have three threads T1, T2 and T3 which perform sequentially one after another is their any ..

Answer / pandu

yes
thread can share the process resources
by using thread we can increase the system speed

Is This Answer Correct ?    4 Yes 21 No

Post New Answer

More Linux Threads Interview Questions

How many threads does a core i7 have?

0 Answers  


Do threads share registers?

0 Answers  


Do threads get their own pid?

0 Answers  


Is multithreading faster than multiprocessing?

0 Answers  


What is the main disadvantage of user level threads?

0 Answers  






Can we overload run method of thread?

0 Answers  


What does 4 cores 8 threads mean?

0 Answers  


How many threads can jvm handle?

0 Answers  


Do threads share program counter?

0 Answers  


Why are threads used?

0 Answers  


Which thread method is called when a thread starts?

0 Answers  


Does htop show threads?

0 Answers  


Categories