Multiple choice general knowledge

Which of the following terms refers to how objects are stored and accessed in a distributed system?

  1. Persistence

  2. Concurrency

  3. Event handling

  4. Synchronization

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

Persistence refers to how objects are stored and accessed in a distributed system, ensuring data survives beyond the runtime of the process that created it. Concurrency deals with simultaneous execution, synchronization handles thread coordination, and event processing manages system events - none of these directly address storage and access.