List of questions
Related questions
Question 105 - Certified Platform Developer II discussion
A developer encounters an error that states that the Apex heap size is exceeded. Which technique may reduce heap size?
A.
Add the transient keyword to the variable definition
B.
Move the variable definition inside the scope of the function
C.
Use static variables instead of instance variables
D.
Use SOQL for loops instead of standard SOQL queries
Your answer:
0 comments
Sorted by
Leave a comment first