Salesforce Certified Platform Developer II — Question 96

Choose the correct definition for <apex:actionSupport>.

Answer options

Correct answer: C

Explanation

<apex:actionSupport> is designed to enhance other components with AJAX capabilities, such as responding to events like onClick or onMouseUp, making option C the correct choice. Options A and D describe different functionalities related to AJAX but do not accurately define <apex:actionSupport>. Option B refers to <apex:actionPoller> and option E addresses component processing, neither of which applies specifically to <apex:actionSupport>.