Question 116
In order to override a standard action with a visualforce page, which attribute must be defined in the <apex:page> tag?
Question 117
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 118
Which code displays the content of Visualforce page as PDF?
Question 119
What is the requirement for a class to be used as a custom Visualforce controller?
Question 120
When creating unit tests in Apex, which statement is accurate?Choose 2
