Which of the following statements are used to repeatedly execute a block of code until the exit condition is met?
do-while loops
if statements
for loops
if--Lhen
statements
A.
For loops
B.
FALSE
C.
Exceptions
D.
SOQL for loops
What is the maximum size of a SOAP request or response? (No Answer)
A. 3 MB
B. Ids
C. 10
D. Java
____________ is a placeholder for content that is rendered in a specific part of the parent component, such as the header or footer of an
A.
B.
C.
D.
E.
F. None of these
For example, if you use the standard Accounts controller, clicking a Save button in a Visualforce page results in the same behavior as clicking Save on a standard Account edit page. The same behavior holds true for Custom objects.
A. True
B. False
Objects of this Apex class reference the pre-built Visualforce controllers provided by salesforce.com.
A. VisualforceSetController Class
B. VisualforceController Class
C. Controller Class
D. StandardSetController Class
E. StandardController Class
F. None of the above
Objects of this Apex class allow developers to create list controllers similar to, or as extensions of, the prebuilt Visualforce list controllers provided by Salesforce.
A. StandardSetController Class
B. StandardController Class
C. Controller Class
D. VisualforceSetController Class
E. VisualforceControllerClass
F. None of the above
A message for a specific component, such as a warning or error. If an
A. apex:message
B. apex:flash
C. apex:detail
D. apex:listViews
A set of buttons that are styled like standard Salesforce buttons. This component must be a child
component of an
Note that it is not necessary for the buttons themselves to be direct children of the
A. apex:includeScript
B. apex:commandButton
C. apex:pageBlockButtons
D. apex:form
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
A. apex:iframe
B. apex:include
C. apex:inputFile
D. apex:inputField
An HTML input element of type hidden, that is, an input element that is invisible to the user. Use this component to pass variables from page to page.
A. apex:inputHidden
B. apex:actionPoller
C. apex:pageBlockSectionItem
D. apex:enhancedList