What is the correct order for using a lock object?

Posted by: Pdfprep Category: C_TAW12_750 Tags: , ,

What is the correct order for using a lock object?
A . Read the data, set the lock, change the data, release the lock
B . Set the lock, read the data, change the data, release the lock
C . Set the lock, read the data, release the lock, change the data

Answer: B

Leave a Reply

Your email address will not be published.