What are the controllers?



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

Post New Answer

More Salesforce Interview Questions

Is it possible to write a validation rule on record delete?

1 Answers  


What is auto-response?

1 Answers  


Can we bind an existing Apex Controller with a lightning component?

1 Answers  


What is the use of implements in lightning component? : salesforce lightning component

1 Answers  


Can we use pagereference in lightning component? : salesforce lightning component

1 Answers  


Explain campaign in salesforce ?

1 Answers  


Why do we use $a.enqueueaction(action)?

1 Answers  


What are the types of portals in salesforce?

1 Answers  


What is the difference between 15 and 18 Digit ID ?

1 Answers   Cognizant,


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 ?

1 Answers  


Explain the force.com platform?

1 Answers  


Can we include external javascript/css libraries in components ? : salesforce lightning component

1 Answers  


Categories