What is the difference between public and global class in apex? : salesforce crm
Answer / Sanjay Kumar Chaudhary
A Global Class in Apex can be accessed from any other class, but it cannot have instance variables. On the other hand, a Public Class can be instantiated with instance variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are future methods and where are they used ?
Can you edit an apex trigger/ apex class in production environment?
Explain the force.com platform?
How to read text between tags ? : salesforce integration
What is a Contact?
What are the different methods of batch apex class? : salesforce crm
Explain apex code execution governors and limits?
What all data types can a set store?
How can we extend any component? : salesforce lightning component
Explain what is object relationship overview?
State the cause of error for insufficient privilege access in a partner community with external users. The user has proper owd and profile settings for any object.
How many ways are there to call an apex class?