List of questions
Related questions
Question 265 - Certified Platform Developer II discussion
Lightning Aura Component
Given the code above, which two changes need to be made in the Apex Controller for the code to work' Choose 2 answers
A.
Change the method signature to be global static, not public static.
B.
Change the argument from JSONObject to String.
C.
Annotate the entire class as @AuraEnabled instead of just the single method.
D.
Remove line 06 from the Apex Controller and use firstName In the return.
Your answer:
0 comments
Sorted by
Leave a comment first