All apex programs run entirely on-demand on Force.com platform.
First the palt form application server compiles the code into abstract set of instructions that can be understand by Apex runtime interpreter.
The compile code is stored to meta data.
When the end users triggers the execution of Apex by clicking button or visualforce page the application serves retrivers the compiled instructions from the meta data and send them to run trime interpreters before returning the result.
The compile code is stored to meta data.
When the end users triggers the execution of Apex by clicking button or visualforce page the application serves retrivers the compiled instructions from the meta data and send them to run trime interpreters before returning the result.
No comments:
Post a Comment