Multiple choice technology

Asynchronous Processing application generate a request and wait for response before returning to its normal processing

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Asynchronous processing means an application generates a request and continues without waiting for the response, handling it later through callbacks or polling. The statement describes synchronous processing, which blocks until response arrives.