type-casting
Implicit type casting
Explicit type casting
Casting in classes
Order of data type from smallest to largest
--Implicit Casting (Widening)-->
byte, short, char, int, long, float, double
<--Explicit Casting (Narrowing)--
Last updated