ExamQuestions.com

Register
Login
Apex and Visualforce Controllers Exam Questions

Salesforce

Apex and Visualforce Controllers

59 / 96

Question 59:

How should one prevent soql injection when using dynamic soql? 

Answer options:

A. XMLStreanWriter, XMLStreamReader
B. Messaging.InboundEmailHandler
C. with sharing keyword
D. Utilize the String.escapeSingleQuotes(string) method