Q. In a lossy Type Casting or Type Conversion, how is the number truncated to the target data type in Java?
β
Correct Answer: (B)
That big number is Modulo Divided by the target data type highest possible number say 2^N and the Remainder is taken.