ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 279 - Certified Platform Developer II discussion

Report
Export

A developer receives an error when trying to call a global server-side method using the @remoteAction decorator. How can the developer resolve the error?

A.
Add static to the server-side method signature.
Answers
A.
Add static to the server-side method signature.
B.
Decorate the server-side method with (static=true).
Answers
B.
Decorate the server-side method with (static=true).
C.
Change the function signature to be private static.
Answers
C.
Change the function signature to be private static.
D.
Decorate the server-side method with (static=false)
Answers
D.
Decorate the server-side method with (static=false)
Suggested answer: A
asked 23/09/2024
DAVID STAATZ
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first