Home
Exams
Providers
About
Sign In
Sign Up
Home
/
Exams
/
Salesforce Salesforce Certified Platform Developer I
/
Question #1
#1
Multiple Choice
Mark for review
Which statement results in an Apex compiler error?
A.
Map<Id,Leas> lmap = new Map<Id,Lead>([Select ID from Lead Limit 8]);
B.
Date d1 = Date.Today(), d2 = Date.ValueOf('2018-01-01');
C.
Integer a=5, b=6, c, d = 7;
D.
List<string> s = List<string>{'a','b','c');
Reveal Answer
Previous
Question 1 of 439
Exam CRT-450 Topic 1 Question 1
Back to all questions
Next
Sign In
Sign Up