DEX-450 Exam Question 96

A custom Visualforce controller calls the ApexPages,addMessage () method, but no messages are rendering on the page.
Which component should be added to the Visualforce page to display the message?
  • DEX-450 Exam Question 97

    A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of the new Apex helper class.
    Change Set deployment to production fails with the test coverage warning:
    "Test coverage of selected Apex Trigger is 0%, at least 1% test coverage is required." What should the developer do to successfully deploy the new Apex trigger and helper class?
  • DEX-450 Exam Question 98

    When a Task is created for a Contact, how can a developer prevent the task from being included on the Activity Timeline of the Contact's Account record?
  • DEX-450 Exam Question 99

    A developer must create a ShippingCalculator class that cannot be instantiated and must include a working default implementation of a calculate method, that sub-classes can override.
    What is the correct implementation of the ShippingCalculator class?
  • DEX-450 Exam Question 100

    Which three code lines are required to create a Lightning component on a Visualforce page? Choose 3 answers