Salesforce Exam Questions

Which type of for loops are defined with the following syntax?

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(No Answer)

A.
Static and final

B.
A governor limit

C.
Traditional for loops

D.
SOQL for loops