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
Get me a number puzzle game-program
What is debug class?what is trace class? What differences are between them? With examples.
What is inheritance in simple words?
Can we override main method?
What is data binding in oops?
Why is polymorphism needed?
What are benefits of oop?
What is polymorphism and types?
What is class and object in oops?
What is overriding vs overloading?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is difference between abstraction and encapsulation?
what type of question are asked in thoughtworks pair programming round ?
What is object and class in oops?
What is oops with example?