__________ enables you to create Visualforce pages that can display or act on a set of records.
What are the types of exception classes developers can choose between in Apex? (No Answer)
Why might a reporting snapshot fail during a scheduled run? Choose 3 answers
A component that inserts a second Visualforce page into the current page. The entire page subtree is injected into the Visualforce DOM at the point of reference and the scope of the included page is maintained.
If content should be stripped from the included page, use the <apex:composition> component instead.
A Visualforce chart. Defines general characteristics of the chart, including size and data binding.
What two methods of customization are available to create applications in salesforce?
The system method, ___________, lets you write test methods that change user contexts to either an existing user or a new user.
A developer has added a custom object tab to an application. Which additional feature will become available by default for the object in the application? Choose 3 answers
Which of the following statements are true about components of dynamic Apex?
Schema describe is a way to program matically learn about the metadata of your data model within Apex.
Dynamic SOQL refers to the creation of a SOQL string before runtime within an Apex script,
In dynamic SQQL, you use Sring.escapeSinqIeQuoLes (sLrng)to prevent SQQL injection.
You can use dynamic SOSL to create a tree structure of all the objects and fields in your schema browser.
This Apex class lets a developer access cookies for a Force.com site using Apex.