Objective 2 Working with Java data types
Objective 2 Working with java data types 2.1 Primitive Data Type Casting: Widening casting: dal piccolo al grande. Viene fatto implicitamente. byte –> short –> int –> long–> float –> double Narrowing casting: Dal grande al piccolo deve essere fatto esplicitamente.