Application of type conversion should include
changing from one data type to another
casting by putting the result data type in parentheses in front of the variable
adding implicit casts that Java performs if there will be no loss of precision.