PrepAway - Latest Free Exam Questions & Answers

A method is passed a list of generic sObjects as a parameter.

A method is passed a list of generic sObjects as a parameter.

What should the developer do to determine which object type (Account, Lead, or Contact, for example) to cast each sObject?

A. Use the first three characters of the sObject ID to determine the sObject type.

B. Use the getSObjectType method on each generic sObject to retrieve the sObject token.

C. Use the getSObjectName method on the sObject class to get the sObject name.
D. Use a try-catch construct to cast the sObject into one of the three sObject types.


Leave a Reply