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 to create multithreaded program? : Java thread
Explain different types of thread priorities ?
What do you mean by mnemonics?
What is default exception handling in java?
What are the three types of design patterns?
What is finally in Java?
Can each java object keep track of all the threads that want to exclusively access it?
Write java program to reverse string without using api?
What are design patterns and please explain?
What is difference between string and new string?
Can we override constructor in java?
what is the purpose of the runtime class?
What is palindrome in java?
Is null keyword in java?
Explain the difference between jdk, jre, and jvm?