
Can a trigger call a batch class ?
Ans: Yes, We can call a batch class in the trigger as we do in the normal apex code.
Can a trigger make a call Apex callout method ?
Ans: Yes, We can call a callout method in Apex Trigger but the only condition is that it has to be an asynchronous callout because the trigger flow cannot wait on the response received by the callout method.
