What are two valid options for iterating through each Account in the collection Listnamed AccountList? (Choose two.) A. for (Account theAccount : AccountList) {ג€¦} B. for(AccountList) {ג€¦} C. for (List L : AccountList) {ג€¦} D. for (Integer i=0; i < AccountList.Size(); i++) {ג€¦} Suggested Answer: AD This question is in CRT-450 Salesforce Certified Platform Developer I Exam For getting Salesforce Certified Platform Developer I Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Salesforce. Trademarks, certification & product names are used for reference only and belong to Salesforce. The website does not contain actual questions and answers from Salesforce's Certification Exams.
Please login or Register to submit your answer