function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aurélien.LavalAurélien.Laval 

What is the definition of Apex?

Hello all,

I would like to know what mean the word 'Apex' for Salesforce?

Is it 'Oracle Application Express' (http://en.wikipedia.org/wiki/Oracle_Application_Express) ?
Is it the same thing?

Thanks.

Best Answer chosen by thisisnotapril
ShashForceShashForce
Hi,

Oracle APEX (Application Express) is a software development environment running inside the Oracle database.

APEX for Salesforce is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on the Force.com platform server in conjunction with calls to the Force.com​ API. It is proprietory of Salesforce.com, and has nothing to do with Oracle Application Express.

Here is some introductory documentation of APEX: http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_intro_what_is_apex.htm

If this answers your question, please mark this as the Best Answer for this post, so that others can benefit from this post.

Thanks,
Shashank