Analyst Integration Question:

Download Job Interview Questions and Answers PDF

What is the relationship between threads and processes?

Integration Programmer Interview Question
Integration Programmer Interview Question

Answer:

A process can have multiple threads but a thread always belongs to a single process. Two process cannot share memory space until they are purposefully doing inter process communication via shared memory but two threads from same process always share same memory.

Download Integration Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What is the Liskov substitution principle?What is difference between a binary tree and a binary search tree?