Conversions Part 1: Widening and Narrowing (Java)

Опубликовано: 14 Май 2026
на канале: Nathan S
6,375
109

The video looks at converting one data type into another. When it is a smaller data type into a larger, it is called a Widening Conversion. When it is a larger data type into a smaller, it is called a Narrowing Conversion. Narrowing conversions require a cast. Type casting is also explained in the video.