S
Certified Force.com Advanced Developer
186 Questions
Question No. 1
Which type of for loops are defined with the following syntax?
FOR(initstmt; exit_condition; increment stmt){codeblock}
Traditional for loops
List iteration for loops
Set iteration for loops
SOQLforloops
Choose the correct option from the given list.
01 / 186