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
Madhuri LondheMadhuri Londhe 

explain apex application front to back end.

Hi,

In one of my interview ,the interviewer asked to explain an application in apex from front ent to back end.

I didnt get his requirement. what he wanted . I have worked in apex at backend that is trigger, Batch classes. what is frond end development in Apex? Can somone explain?
DimondDimond
maybe binding from visualforce page...but thats a stretch. or maybe using apex to construct markups to send to vf to create the frontend but that seems not ideal. 
SwapnilGSwapnilG
May be he wanted to know about Standard/Custom controller and Extenssion.