Tech Glossary

What is Apex?

Apex is a programming language close to Java and C#. Apex is used to develop software that runs on the Salesforce platform. Apex is an object-oriented language and includes constructs to handle asynchronous processes. Apex has a built-in mechanism for handling errors and exceptions. Apex code can be called from both Lightning components and Visualforce pages.