00:00

QUESTION 16

What is the this keyword used to represent?

Correct Answer: B

QUESTION 17

This integration resource is specific to an individual organization, and exposes all of the standard objects, custom objects, and any custom fields through the SOAP interface.

Correct Answer: D

QUESTION 18

Which syntax should you use to create a new public class named MyNewClass?
✑ Public class MyNewClass {}
✑ Class public MyNewClass {}
✑ Class MyNewClass {} public
✑ MyNewClass public {} class(No Answer)

Correct Answer: A

QUESTION 19

How are Apex triggers stored?

Correct Answer: B

QUESTION 20

An HTML input element of type hidden, that is, an input element that is invisible to the user. Use this component to pass variables from page to page.

Correct Answer: A