+1 vote
in Salesforce by
Explain various methods of batch Apex class?

1 Answer

0 votes
by
The Database Batchable contains three methods that must be implemented.

Start method

Execute method

Finish method
...