CRT-450 Exam Question 116

Which two statements can a developer use to throw a custom exception of type MissingFieldValueException?
Choose 2 answers.
  • CRT-450 Exam Question 117

    A Visualforce page has a standard controller for an object that has a lookup relationship to a parent object. How can a developer display data from the parent record on the page?
  • CRT-450 Exam Question 118

    A developer creates an Apex helper class to handle complex trigger logic. How can the helper class warn users when the trigger exceeds DML governor limits?
  • CRT-450 Exam Question 119

    What actions types should be configured to display a custom success message?
  • CRT-450 Exam Question 120

    A developer has the controller class below.

    Which code block will run successfully in an execute anonymous window?
    myFooController m = new myFooController();