Answer
async marks a method as asynchronous.
await pauses execution until the awaited task completes without blocking the thread.
async marks a method as asynchronous.
await pauses execution until the awaited task completes without blocking the thread.
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.
Sign in to access all features and personalize your learning experience.
Source: SugharaIQ