Salesforce DEV-501 - Certified Force.com Advanced Developer
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 developer would like to enable end users to filter the data displayed on the related list of an object detail page. How could a developer accomplish this?
What are access modifiers used to implement? (No Answer)
Objects of this Apex class allow developers to create list controllers similar to, or as extensions of, the pre-built Visualforce list controllers provided by Salesforce.
What components of apex are available to improve the processing of data in Salesforce?
What must a developer consider when inserting records using an API-based tool? Choose 2 answers
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
What are some RESTful service callout HTTP verbs? (No Answer)
Which type of custom field can be an external ID?
A developer needs to support multiple currencies for a custom object in an application. The multi-currency feature has been enabled for the organization.
What does the developer need to know in order to successfully support this application? Choose 2 answers