Salesforce Apex Data Types with Examples
What type of data is going to store in variable it’s called data types. The apex language is strongly typed so every variable in apex will be declared with the specific data type. What is Apex Data Types? Data types will specify the following i) How much memory for a given variable.ii) What type of… Read More »