ONE DAY SALE

Free Salesforce Developers Tutorials >

Chapter 2 - Apex Basics >

What is Apex and its Features

What is Apex and its Features

What You’ll Learn


S2 Labs

What is Apex?

  • “Apex is a strongly typed object-oriented programming language which is a proprietary language developed by salesforce.com to allow us to write the code that executes on the Salesforce platform.” 

  • Used for building the SaaS application on top of salesforce.com CRM functionality on salesforce PaaS. 

  • Saved compiled and executed on the servers of the Salesforce platform.

  • It enables the developer to add business logic to most of the system events including button on-clicks, related record updates, VF pages, LWC, and Aura Components.

Features of Apex

  1. It upgrades automatically. 

  2. Apex is a case-insensitive language.

  3. Integrated with the DB which means it can access and manipulate records without the need to establish the DB connection explicitly. 

  4. It has Java-like syntax and it is easy to use. 

  5. It is easy to test as it provides built-in support for executing test cases. 

  6. Multi-Tenant Environment.

  7. You can save your apex code against different versions of the Salesforce API.

salesforce-developer

Download Study Material

Get access to exclusive study material for Salesforce Certification and ace your exams!

Download Now

Our Salesforce Certification Courses

Hey there! Glad you made it through our Salesforce Developer Training for beginners . But wait! We've got some high-in-demand Salesforce courses for you to take your Salesforce skills to the next level, making you a desired professional in the Salesforce job market.

Post a Comment

Your email address will not be published. Required fields are marked *