List of questions
Related questions
Question 103 - Certified Platform Developer II discussion
A developer has written the following method: static void processList(List<sobject> input){ Which code block can be used to call the method?
A.
processList (ace)
B.
processList ([FIND 'Acme" 'RETURNING Account])
C.
processList([SELECT Id, Name FROM sObject WHERE Type = 'Account'])
D.
for Account ace : [SELECT Id, Name FROM Account])
Your answer:
0 comments
Sorted by
Leave a comment first