1.

Which of the following code snippet would traverse through all result objects ?

A. foreach(USER USER IN userResults)
B. FOR(USER USER IN userResults)
C. While(USER USER IN userResults)
D. None of the mentioned
Answer» B. FOR(USER USER IN userResults)


Discussion

No Comment Found