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
can we make game by using c
What is oops?what is its use in software engineering?
Can static class have constructor?
What is the important feature of inheritance?
Why is polymorphism needed?
What is the highest level of cohesion?
Why is object oriented programming so hard?
What is the types of inheritance?
How is polymorphism achieved?
Why is there no multiple inheritance?
Can a varargs method be overloaded?
What are oops methods?
Write a c++ program to display pass and fail for three student using static member function
What is the use of oops?
Why do we use class?