1.

What Is The Usage Of Apex Program With Within Visual Force Page?

Answer»
  • When you WANT to call apex class in visualforce page we have to declare in the FOLLOWING format.
  • < Apex : page controller = “class NAME “ &GT;
  • Whenever we call a visualforce page in which controller attribute is defined it will first CREATE an object for the apex class which is defined in controller.
  • When object is created for the apex class first it involves the constructor.



Discussion

No Comment Found