If Apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which two statements are true regarding governor limits? (Choose two.)
A.
The Apex governor limits are reset for each iteration of the execute() method.
B.
The Apex governor limits cannot be exceeded due to the asynchronous nature of the transaction.
C.
The Apex governor limits might be higher due to the asynchronous nature of the transaction.
D.
The Apex governor limits are relaxed while calling the constructor of the Apex class.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Alf8
Highly Voted 1 year, 11 months agoKeiyo
Most Recent 1 year, 2 months ago