Multiple choice technology architecture

________Check box in Obj-Save method and_______Check box in Obj-Delete method facilitate immediate write into database, without actually waiting for Commit method

  1. a. Immediate, Write-Now

  2. b. Write-Now, Immediate

  3. c. Save-Now, Immediate

  4. d. Immediate, Save-Now

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

Obj-Save has a Write-Now checkbox that writes immediately to the database, while Obj-Delete has an Immediate checkbox for the same purpose. Both bypass the normal Commit method requirement when these checkboxes are selected.