Interview Question
Qus: What are the recursive triggers and how to avoid?
Answers (1)
Using static Boolean variable in an apex class (we should not keep static Boolean variable inside of the trigger) we can avoid recursive triggers.