Free Practice Mock Questions Set 206-210 (Quiz # 42) for Salesforce DEX-450 Exam, according to official Salesforce Build Applications Programmatically on the Salesforce Platform exam syllabus topic # 11
When the number of record in a recordset is unknown, which control statement should a developer use to implement a set of code that executes for every record in the recordset, without performing a .size() or .length() method call?
Answer : C
What is a valid statement about Apex classes and interfaces? Choose 2 answers:
Answer : B, D
When would a developer use a custom controller instead of a controller extension? Choose 2 answers:
Answer : B, C
Which code segment can be used to control when the dowork() method is called?
Answer : D
What is a capability of the Force.com IDE? Choose 2 answers