What is Salesforce Apex?

593    Asked by AbigailAbraham in Salesforce , Asked on Feb 1, 2020
Answered by Abigail Abraham

Apex is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on Salesforce servers in conjunction with calls to the API. Using syntax that looks like Java and acts like database stored procedures, Apex enables developers to add business logic to most system events, including button clicks, related record updates, and Visualforce pages. Apex code can be initiated by Web service requests and from triggers on objects.


Your Answer

Interviews

Parent Categories