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
who can i handle multiple client in RMI
What is the function of java?
What is the base class in java from which all classes are derived?
What is the use of list in java?
Can we have try without catch block?
Why do we need variables?
Can a function return a function?
What is "this" keyword in java? Explain
Which data type is a class in java?
What is method in java ?
Explain importance of finally block in java?
How to sort an unsorted array in java?
What are the rules for naming an array?
Why java is called not pure object oriented language?
What is Mutex (Mutual Exclusion Object) ?