ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 89 - Certified Platform Developer II discussion

Report
Export

A developer has created a Visualforce page that uses a third-party JavaScript framework. The developer has decided to supply data to the JavaScript functions using JavaScript Remoting for Apex Controllers.

What is the correct syntax to declare a remote method in Apex? (Choose two.)

A.
@RemoteAction global static String getTable()
Answers
A.
@RemoteAction global static String getTable()
B.
@RemoteAction global String getTable()
Answers
B.
@RemoteAction global String getTable()
C.
@RemoteAction public static String getTable()
Answers
C.
@RemoteAction public static String getTable()
D.
@RemoteObject global static String getTableQ
Answers
D.
@RemoteObject global static String getTableQ
Suggested answer: A, C
asked 23/09/2024
Reginald Curtis Jr
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first