What is a process and thread?
Answer / Awaneesh Kumar Singh
A process is an instance of a program that is being executed. It has its own memory space, system resources, and can run multiple threads concurrently. A thread is a smaller sequence of programmed instructions, which can be scheduled for execution independently by the operating system. Each thread within a process shares the same memory space but can perform different tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is block variable?
What is synchronized() block in objective c?
What is a protocol in objective c?
What is immutable infrastructure?
Who calls dealloc method?
How declare methods in objective c?
How to call function?
What is dealloc?
What are some of the major differences between objective c and swift?
Is objective c faster than swift?
Is there function overloading in objective-c?
What is ivar objective c?