Salesforce Exam Questions

The Visualforce page should include which <apex:page> attribute(s) to correctly implement cont

A Visualforce page is required for displaying and editing Case records that includes both standard and custom functionality defined in an Apex class called myControllerExtension.

The Visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality?

A. controller=“Case” and extensions=“myControllerExtension”
B. extensions=“myControllerExtension”
C. controller=“myControllerExtension”

D. standardController=“Case” and extensions=“myControllerExtension”