Java / Casting
What is type casting in Java?
The conversion of data from one data type to another data type is termed as type casting. Type casting refers to changing the type of the data.
Note that using type casting, only type of the data can be changed not the data itself.
More Related questions...