adspace
What is an asynchronous process and why it is needed?
Answer Posted / Dileep Kumar Singh
An asynchronous process is a task that runs in the background without blocking the UI, allowing the user to continue interacting with the application. It is necessary because long-running processes can cause performance issues or make the UI unresponsive if they are executed synchronously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers