Salesforce Certified Platform Developer II — Question 62

Choose the correct definition for <apex:actionFunction>.

Answer options

Correct answer: A

Explanation

<apex:actionFunction> allows for the execution of controller methods directly from Javascript, which is why option A is correct. The other options describe different functionalities related to AJAX handling in Visualforce but do not accurately define <apex:actionFunction>.