0 votes
in Salesforce by
Why use Batch Apex instead of Normal Apex?

1 Answer

0 votes
by
Ways to call an Apex class in Salesforce are as follows:

From the Visualforce page

From Developer Console

From JavaScript links

By using a trigger

From another class

From home page components
...