ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 103 - Certified Platform Developer II discussion

Report
Export

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)
Answers
A.
processList (ace)
B.
processList ([FIND 'Acme" 'RETURNING Account])
Answers
B.
processList ([FIND 'Acme" 'RETURNING Account])
C.
processList([SELECT Id, Name FROM sObject WHERE Type = 'Account'])
Answers
C.
processList([SELECT Id, Name FROM sObject WHERE Type = 'Account'])
D.
for Account ace : [SELECT Id, Name FROM Account])
Answers
D.
for Account ace : [SELECT Id, Name FROM Account])
Suggested answer: C
asked 23/09/2024
Aidan Lear
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first