Multiple choice technology testing

The method that adds to the test while implementing Synchronization is

  1. Synchronize

  2. Wait

  3. WaitProperty

  4. Pause

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

WaitProperty is the synchronization method that waits for a specific object property to reach a desired value. Synchronize is a general term, Wait introduces a fixed delay, and Pause halts execution without property-based waiting.