wahts is mean by thread?

Answer Posted / mukthiyar

Thread is a light weight process.
Thread is a single sequential execution flow of control.
Each thread has its own Stack memory.
Different Threads share the same memory(Heap Memory) and it
use some algorithm for implementing time slice like(Round
Robin).were as different Process take different memory space.

Is This Answer Correct ?    13 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is hashcode calculated in java?

700


What is a parameter in simple terms?

740


What is toarray method in java?

753


Can we make a constructor final?

756


Justify your answer that you can't define a method inside another method in java, if you can then how?

793


Explain when noclassdeffounderror will be raised ?

802


What does t in java mean?

731


What is a map? What are the implementations of map?

807


What does += mean coding?

712


Which graphs are functions?

695


What is classes in java?

694


What are the difference between composition and inheritance in java?

717


What is the symbol for space?

744


Objects or references which of them gets garbage collected?

717


How do you sort arraylist in descending order?

759