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
What is polymorphism in oop example?
Which language is not a true object oriented programming language?
What is the problem with multiple inheritance?
What is the advantage of oop over procedural language?
what is the sylabus for priliminaries?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is solid in oops?
What is abstraction and encapsulation?
Are polymorphisms mutations?
What is purpose of inheritance?
What is inheritance write a program to show use of inheritance?
What are different oops concepts?
What are the advantages of polymorphism?
What is difference between pop and oop?
Write a program to reverse a string using recursive function?