Computer Science
Explain the term type casting?
Values & Data Types Java
2 Likes
Answer
The process of converting one predefined type into another is called type casting.
Answered By
1 Like
Related Questions
What do you mean by non-primitive data type? Give examples.
A non-primitive data type is also referred to as reference type. Why?
Perform the following:
Assign the value of pie (3.142) to a variable with the requisite data type.
Perform the following:
Assign the value "TEST" to a variable with the requisite data type.