List of questions
Related questions
Question 89 - Certified Platform Developer II discussion
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()
B.
@RemoteAction global String getTable()
C.
@RemoteAction public static String getTable()
D.
@RemoteObject global static String getTableQ
Your answer:
0 comments
Sorted by
Leave a comment first