June 2018
Beginner
722 pages
18h 47m
English
The default value of a reference type is null. It means that if a reference type is a static class member or an instance field and not assigned an initial value explicitly, it will be initialized automatically and assigned the value of null. Please note that, in the case of an array, this applies to the array itself and to its reference type components.
Read now
Unlock full access