What Is Apex Datatypes?
Apex Datatypes is a data type that can be assigned to a variable.
Apex is a strongly typed language, i.e., we must declare the datatype of a variable when we first refer to it. All apex variables are initialized to null by default.
