Valid PDII Dumps shared by EduDump.com for Helping Passing PDII Exam! EduDump.com now offer the newest PDII exam dumps, the EduDump.com PDII exam questions have been updated and answers have been corrected get the newest EduDump.com PDII dumps with Test Engine here:
Consider the Apex controller below, that is called from an Aura component. What is wrong with this code?
Correct Answer: C
The method defined in the Apex class must be static to be used as an Aura-enabled method. Aura-enabled methods need to be static because they are called by the Lightning framework without instantiating the class. References: Apex Developer Guide - Exposing Apex Methods to Lightning
Recent Comments (The most recent comments are at the top.)
Recent Comments (The most recent comments are at the top.)
B is correct