Activity › Forums › Salesforce® Discussions › What is Apex?
-
What is Apex?
Posted by Sumit kumar on May 22, 2020 at 7:15 AMWhat is Apex?
Ayush replied 6 years ago 3 Members · 2 Replies -
2 Replies
-
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.
- [adinserter block='9']
-
Apex is a strongly typed, object-oriented programming language that allows developers to execute dml operations .
Log In to reply.