Which keywords should u specify to define a constant?
✑ static and exception
✑ static and final
✑ static and private
✑ exception and final(No Answer)
Correct Answer:
C
In a recruiting application, a master-detail relationship has been defined between two custom objects. Job Applications (master) and Reviews (detail).
Which statement is TRUE? Choose 2 answers
Correct Answer:
AB
What is the size of the batches in which triggers execute?
Correct Answer:
B
Users X and Y need to see the same candidate record. For security reasons, user Y should NOT be able to view and report on the Email Address field on the record.
How would a developer meet this requirement?
Correct Answer:
D
What is the list of steps to match regular expressions using the Pattern and Matcher classes?
Correct Answer:
B