Salesforce
PDII · Question #199
A developer creates an application event that has triggered an infinite loop. What may have caused this problem?
The correct answer is A. The event handler calls a trigger. See the full explanation below for the reasoning.
Question
A developer creates an application event that has triggered an infinite loop. What may have caused this problem?
Options
- AThe event handler calls a trigger
- BThe event has multiple handlers registered in the project
- CAn event is fired 'ontouchend' and is unhandled
- DThe event is fired from a custom renderer
How the community answered
(29 responses)- A83% (24)
- B3% (1)
- C10% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.