DEX-450 Web TestEngine demo

Exit VCEDump DEX-450 Programmatic Development using Apex and Visualforce in Lightning
Question 14 of 69
0% complete
Q14 Single choice

A developer needs to create records for the object Property__c. The developer creates the following code
block:List propertiesToCreate = helperClass.createProperties();try { // line 3 }
catch (Exception exp ) { //
exception

handling }

Which line of code would the developer insert at line 3 to ensure that at least some records are created, even if a few records have errors and fail to be created?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in