Computer Science, asked by Nabhanya7102005, 4 months ago

explain type casting in java​

Answers

Answered by Anonymous
3

Answer:

Type casting is when you assign a value of one primitive data type to another type. In Java, there are two types of casting: Widening Casting (automatically) - converting a smaller type to a larger type size.

Answered by AloneGirl02
5
Type casting is when you assign a value of one primitive data type to another type. In Java, there are two types of casting: Widening Casting (automatically) - converting a smaller type to a larger type size.
Similar questions