Asynchronous Apex Batch

Batch Apex is usually used to build complex, long-running processes that run on thousands of records(large data volume till 50 million records), at any specific time. Go through to get concrete understanding.

Asynchronous Apex Future Method

Salesforce has an annotation @future that we can use defining a method making its execution as asynchronous. For concrete understanding read further.