Valid PDI Dumps shared by EduDump.com for Helping Passing PDI Exam! EduDump.com now offer the newest PDI exam dumps, the EduDump.com PDI exam questions have been updated and answers have been corrected get the newest EduDump.com PDI dumps with Test Engine here:
How is a controller and extension specified for a custom object named "Notice" on a Visualforce page?
Correct Answer: D
In Visualforce, to specify a standard controller for a custom object, the syntax iscontroller="ObjectName__c". To add custom functionality, you can use anextensionsattribute to include a controller extension. Why not other options? A: The correct syntax iscontroller, notstandardController, for custom objects. BandC: These are syntactically incorrect. Visualforce Pages Documentation