What is Apex Interface?
Answer / Mohd Rizwan Anasri
Apex Interface is a programming construct in Salesforce that defines a contract between two Apex classes. It allows one class to call methods on another class without knowing the implementation details of the called class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the search layout?
Highlight differences between sosl and soql.
There is one field which is used in lead conversion and I want to convert its data type, is this possible?
What are the different types of reports you can create?
What are the three types of bindings used in visual force? What does each refer to?
How many records can a select query return? How many records can a sosl query return?
When should apex be used?
What is the difference between public cloud & private cloud in salesforce?
Difference between formula field and rollup summary in salesforce ?
Explain dynamic dashboard? : salesforce admin
How many callouts to external service can be made in a single apex transaction? : salesforce integration
Explain the dashboard component of Table?