June 2018
Beginner
722 pages
18h 47m
English
Java is a strongly typed language, which means that any variable declaration must include its type. Type limits the value a variable can hold and how this value can be passed around.
All types in Java are divided into two categories:
Some of the reference types require more attention, either because of their complexity or other particulars that have to be explained to avoid future confusion:
Read now
Unlock full access