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
How is hashcode calculated in java?
What is a parameter in simple terms?
What is toarray method in java?
Can we make a constructor final?
Justify your answer that you can't define a method inside another method in java, if you can then how?
Explain when noclassdeffounderror will be raised ?
What does t in java mean?
What is a map? What are the implementations of map?
What does += mean coding?
Which graphs are functions?
What is classes in java?
What are the difference between composition and inheritance in java?
What is the symbol for space?
Objects or references which of them gets garbage collected?
How do you sort arraylist in descending order?