Question: What is special about the code within this block?
- It executes on the main queue.
- It is the last code to run before the app goes inactive.
- It executes on a background thread.
- It is queued to execute in the background.
Answer: The correct answer of the above question is Option A:It executes on the main queue.