Question: 1
What are two benefits of the Lightning Component framework? (Choose two.)
Question: 2
Which statement results in an Apex compiler error?
Question: 3
What is an accurate constructor for a custom controller named 'MyController'?
Question: 4
A custom exception 'RecordNotFoundException' is defined by the following code of block.public class RecordNotFoundException extends Exception()which statement can a developer use to throw a custom
exception?choose 2 answers
Question: 5
A developer creates a new Visualforce page and Apex extension, and writes test classes that exercise 95% coverage of the new Apex extension.Change set deployment to production fails with the test coverage warning: 'Average test coverage across all Apex classes and triggers is 74%, at least 75% test coverage is required.'What can the developer do to successfully deploy the new Visualforce page and extension?