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
Raj.....Raj..... 

How a salesforce program run?

How a salesforce program run?

 

I want to know how a salesforce progrma runs

 

for example:

   A java program run in Jvm and create class file .......

 

   like that how a salesforce program run to provide output.

 

TheSwamiTheSwami

From the user perspective, Salesforce doesn't have a compiled executable file like Java.  There are many ways to "run" code on the Salesforce platform including:

- Declarative functions (clicking in the UI)

- SOAP/REST APIs

- Apex/Visualforce Code

 

It is probably best if you start with the workbook:

http://www.salesforce.com/us/developer/docs/workbook/index.htm

 

That should answer a lot of your questions.