Interview Question
Qus: Is it possible to call future method from a batch class?
Answers (1)
Since @future method and Batch Class both are asynchronous we cannot call future method from batch class or we cannot call batch class from the future method.