Casting Primitive Data Types in Java July 24, 2020July 27, 2020 Editorial StaffLeave a Comment on Casting Primitive Data Types in Java This tutorial guides you on casting primitive data types in order to convert from one primitive data type to another primitive data type in Java. This can be achieved in two ways, widening and narrowing.