Master Asynchronous Apex: 150 Expert-Driven Interview Questions for All Levels (Part 1)

Start: This method is called at the starting of a batch job to collect the data  on which the batch job will be operating. It breaks the data or record into  batches 

Execute: This method executes after the Start method, and it does the  actual processing for each batch, separately. 

global void execute(Database.BatchableContext BC, list<sobject<) {} 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top