What is the value of x after the code segment executes?
String x = 'A';Integer i = 10;if ( i < 15 ) {i = 15;x = 'B';} else if ( i < 20 ) {x = 'C';} else {x = 'D'; }
Correct Answer:
C
Which statement results in an Apex compiler error?
Correct Answer:
D
Which statement would a developer use when creating test data for products and pricebooks?
Correct Answer:
A
What is the requirement for a class to be used as a custom Visualforce controller?
Correct Answer:
D
On which object can an administrator create a roll-up summary field?
Correct Answer:
A