adspace
Answer Posted / Bipul Kumar
Variables in Salesforce are temporary storage containers that hold values during Apex code execution. They can store different types of data such as numbers, strings, and boolean values. Variables should be properly declared using the 'datatype variableName;' syntax.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers