DEV-501試験無料問題集「Salesforce Apex and Visualforce Controllers 認定」

What two ways are available to customize and create applications in salesforce? (No Answer)

The Log a Call publisher lets support agents who use Case Feed create logs for customer calls. This component can only be used in organizations that have Case Feed, Chatter, and feed tracking on cases enabled.

Which exception type should be checked for when catching exceptions thrown when governor limits are exceeded?

What does each email service have for which users can send messages? (No Answer)

____________ is a placeholder for content that is rendered in a specific part of the parent component, such as the header or footer of an <apex:dataTable>.

What does Apex use to record disruptions in code execution?

What are the five types of Apex procedural loops? (No Answer)

A Visualforce chart. Defines general characteristics of the chart, including size and data binding.

What is the maximum size of a SOAP request or response? (No Answer)

What two forms of dml operations can be used in apex?

Defines how labels are displayed. Depending on what component wraps it, <apex:chartLabel> gives you options for affecting labels for bar and line series labels, pie chart segments, and axes labels.
Note: This component must be enclosed by a data series component (<apex:barSeries>, <apex:lineSeries>, or <apex:pieSeries>) or an <apex:axis> component.

A message for a specific component, such as a warning or error. If an <apex:message> or <apex:messages> component is not included in a page, most warning and error messages are only shown in the debug log.