Explain how many controllers can be used in a visual force page?
Answer / Vinay Kumar Dhuriya
A Visualforce page can have multiple controllers, but it can only have one active controller at a time. The active controller is determined by the extension attribute on the page's opening tag.
| Is This Answer Correct ? | 0 Yes | 0 No |
When should we build solutions declaratively instead of with code?
What are the different ajax action tags? What does each do? : salesforce visualforce
What is the use of implements in lightning component? : salesforce lightning component
How many active assignment rules can you have in a lead/ case?
How do you cover the logic of asynchronous methods in test class?
Compare Jump Start Wizard vs. Standard Wizard?
What do you think are the best practices of creating contact sharing rules?
What are the types of custom settings in salesforce?
Define sosl ?
what is Batch Apex?
What is a tabular report?
What is seealldata and why it is recommended to avoid using it in test classes?