Adobe
9A0-127 · Question #5
You write code that changes a value in the application scope. You are using the <cflock> tag to prevent race conditions and do not want to lock the entire application scope. What should you do?
The correct answer is A. Use the name attribute. See the full explanation below for the reasoning.
Question
You write code that changes a value in the application scope. You are using the <cflock> tag to prevent race conditions and do not want to lock the entire application scope. What should you do?
Options
- AUse the name attribute.
- BUse the type attribute.
- CUse the timeout attribute.
- DUse the output attribute.
How the community answered
(21 responses)- A81% (17)
- B5% (1)
- C5% (1)
- D10% (2)
Community Discussion
No community discussion yet for this question.