Describe the difference between a Thread and a Process?
Answer Posted / subbu
1)
process is self loadable
while
thread is depends on operating system
2)
communication is possible between processes through some
mechanism
ex:shared memory, message queues
communication is possible between threads directly
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
write a program to find 2 power of a 5digit number with out using big int and exponent ?
program for insertion ,deletion,sorting in double link list
What does <> mean pseudocode?
What is polymorphism explain its types?
What is interface in oop?
What are the data types in oop?
Whats oop mean?
Are polymorphisms mutations?
class type to basic type conversion
How do you achieve runtime polymorphism?
Get me an image implementation program.
What is the difference between encapsulation and polymorphism?
What is the problem with multiple inheritance?
Why is destructor used?
What is polymorphism in oop example?