Analyst Integration Question:

Can you please explain the difference between threads and processes?

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 PDF Read All 41 Integration Programmer Questions
Previous QuestionNext Question
Can you please explain the difference between DOM and SAX parser?Explain create a mock object?