What are the controllers?
Answer / Swati Rai
Controllers in Salesforce are Apex classes that handle HTTP requests and responses. They define actions, such as creating, editing, or deleting records, by extending the `WebService`, `RestResource`, or `Controller` interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to write a validation rule on record delete?
What is auto-response?
Can we bind an existing Apex Controller with a lightning component?
What is the use of implements in lightning component? : salesforce lightning component
Can we use pagereference in lightning component? : salesforce lightning component
Explain campaign in salesforce ?
Why do we use $a.enqueueaction(action)?
What are the types of portals in salesforce?
What is the difference between 15 and 18 Digit ID ?
I want to ensure that once a child record has been added to a master-detail relationship, it cannot be deleted. How can we achieve this using the declarative capability of the platform ?
Explain the force.com platform?
Can we include external javascript/css libraries in components ? : salesforce lightning component