nerdexam
Salesforce

PDII · Question #130

Choose the correct definition for <apex:actionPoller>.

The correct answer is B. Sends an AJAX request according to the time interval you specify. If this ever gets re-rendered, it. See the full explanation below for the reasoning.

Question

Choose the correct definition for apex:actionPoller.

Options

  • AAllows for controller methods to be called directly from Javascript. Must be encapsulated in
  • BSends an AJAX request according to the time interval you specify. If this ever gets re-rendered, it
  • CAdds AJAX support to another component (e.g. onClick, onMouseUp, onFocus, etc.)
  • DCan be associated with an AJAX request (actionFunction/actionSupport/actionPoller) and shows
  • ESignifies which components should be processed by the server when an AJAX request is

How the community answered

(56 responses)
  • A
    7% (4)
  • B
    75% (42)
  • C
    4% (2)
  • D
    2% (1)
  • E
    13% (7)

Community Discussion

No community discussion yet for this question.

Full PDII Practice