64.7k views
4 votes
Apex is an ___ programming language developed by Salesforce. An ___ is a ___ that contains ___ and ___ enabling users to create ___.

A) Object-oriented, app, interface, algorithms, variables, web applications
B) Imperative, algorithm, environment, data, logic, software
C) Apex, application, environment, methods, classes, software
D) Agile, module, protocol, code, syntax, frameworks

1 Answer

2 votes

Final answer:

Apex is an object-oriented programming language developed by Salesforce used to create software applications integrated with Salesforce’s ecosystem.

Step-by-step explanation:

Apex is an object-oriented programming language developed by Salesforce. An application is an environment that contains methods and classes, enabling users to create software.

Therefore the correct statement here is:

A) Object-oriented, app, interface, algorithms, variables, web applications

Apex allows developers to execute flow and transaction control statements on Salesforce servers in conjunction with calls to the API. It is tightly integrated with the database and can invoke auto-executed triggers on objects when specific events occur.

User NinethSense
by
7.9k points