Admin and Dev Interview Questions01
Admin and Dev Interview Questions01
Admin and Dev Interview Questions01
1. Developer Sandbox
4. Full Sandbox
Q9. What are the uses of custom controller and standard controller?
Custom Controller:
Custom controller is an apex class that is used to implement business logic of visualforce page without
standard functionality
Standard Controller:
Standard controllers can provide all the functionality you need for a Visualforce page because they include the
same logic that is used for a standard page. For example, if you use the standard Accounts controller, clicking
a Save button in a Visualforce page results in the same behavior as clicking Save on a standard Account edit
page.
From Salesforce:
[your name] > Setup > System Log
From there you can either execute the Apex code directly to call your classes/methods or use Salesforce and see the
debugging appearing.
you can debug your code here by clicking at logs tab on button. this is very first tab in bottom. so by clicking on any log you
can debug your code.