Valid CRT-450 Dumps shared by ExamDiscuss.com for Helping Passing CRT-450 Exam! ExamDiscuss.com now offer the newest CRT-450 exam dumps, the ExamDiscuss.com CRT-450 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CRT-450 dumps with Test Engine here:
Which annotation exposes an Apex class as a RESTful web service?
Correct Answer: B
The@RestResourceannotation exposes an Apex class as a RESTful web service. TheurlMappingparameter defines the endpoint's URL. Reference:Apex REST Services Incorrect Options: A:@RemoteActionis used for JavaScript remoting. C:@HttpInvocableis used for invocable methods, not REST services. D:@AuraEnabledis for enabling methods in Aura components or LWC, not REST services.