What is a Junction object?
A. A standard object with a master-detail relationship
B. A custom object with two master-detail relationships
C. A standard object with two master-detail relationships
D. A custom object with a master-detail relationship
What is a class? (No Answer)
A. Apex, Visualforce, and APIs
B. Database class method
C. A template from which objects are created
D. Ajax toolkit, client program
Which statement is true about an Apex class?
A class cannot be disabled for profiles.
An inner class can be nested at multiple levels.
Static methods can only be declared in a top-level class definition.
The default access modifier for methods in a class is public.
A.
Static methods can only be declared in a top-level class definition.
B.
Utilize the String.escapeSingleQuotes(string) method
C.
HTTP class, HTTPRequesL class, HTTPRsponse class
D.
Database class method
What datatype is used for standard or custom objects that store record data? (No Answer)
A. System
B. sObject
C. Global
What statements are used to retrieve records from an sObject in the Force.com database?
A. Exceptions
B. On-demand
C. Map, List, Set
D. SOQL statements
What does Apex use to record disruptions in code execution?
A. @ReadOnly
B. Catch
C. Webservice
D. Exceptions
What trigger method is used to help prevent completion of a DML event?
A. addError
B. Ids
C. No
D. TRUE
A custom Visualforce component. All custom component definitions must be wrapped inside a single
A. apex:includeScript
B. apex:commandLink
C. apex:dataTable
D. apex:component
A placeholder for content that is rendered in a specific part of the parent component, such as the header or
footer of an
An
The name of the facet component must match one of the pre-defined facet names on the parent
component. This name determines where the content of the facet component is rendered. Consequently,
the order in which a facet component is defined within the body of a parent component does not affect the
appearence of the parent component.
See
Note: Although you can't represent an
component that has the facet. For example:
A. apex:logCallPublisher
B. apex:dataList
C. apex:inputField
D. apex:facet
An area of a Visualforce page that demarcates which components should be processed by the Force.com server when an AJAX request is generated. Only the components in the body of the
A. apex:outputLabel
B. apex:actionRegion
C. apex:facet
D. apex:emailPublisher