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 |
Explain mutable types in objective c programming language?
Who calls dealloc method?
What is the purpose of the protocol?
What is id type in objective c?
Who introduced objective-c & when?
Tell me something about objective-c blocks?
What are the different types of identifiers?
Explain application life cycle or application states?
What is #import?
What are the types of ios binaries you can create using xcode?
What is super in objective c?
How is string represented in objective-c?