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
What happens if a constructor is declared private?
What is function and its uses?
Can we clone singleton object in java?
How does predicate work in java?
What is a singleton puppy?
How to change the priority of thread or how to set the priority of thread?
What is Recursion Function?
Where is singleton pattern used?
What is methods in java?
What are different types of constants?
What is the difference between superclass and subclass?
How do you write a good declaration?
how to write a server program and sending the mails to the server using smtp protocol please help me
How is garbage collection controlled?
What does I ++ mean?