Q. What is type casting in Java?
β
Correct Answer: (A)
It is converting type of a variable from one type to another
Explanation: Type casting is when you assign a value of one primitive data type to another type.