The markup defines the user interface components that should be included on the page, and the way they should appear.
Correct Answer:
A
Under what circumstances is it appropriate for a developer to add functionality to their application via the SOAP API? (Select all that apply)
Correct Answer:
BD
To leverage functionality of Standard Controllers, while simultaneously adding custom logic, you must write a custom class that extends the standard controller. You notify the Visualforce page of your customizations via the "extensions" attribute of the
Correct Answer:
B
A component that provides support for invoking controller action methods directly from JavaScript code using an AJAX request. An
Correct Answer:
B
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
Correct Answer:
B