Computer Science, asked by sssssspriyam10, 7 months ago

What is coercion? How is it implemented? ​

Answers

Answered by rowdybaby15
0

Answer:

Type coercion is a means to convert one data type to another. For example, parsing the Java String "42" to the Integer 42 would be coercion. Or more simply, converting a Long 42 to a Double 42.0. Cascading supports primitive type coercions natively through the cascading

Answered by queen4bad
0

Type coercion is a means to convert one data type to another. For example, parsing the Java String "42" to the Integer 42 would be coercion. Or more simply, converting a Long 42 to a Double 42.0. Cascading supports primitive type coercions natively through the cascading.

Similar questions