Answers for "why was type casted needed in first place"

1

what is typecasting

Assigning a value of one type to a variable of another type is
known as Type Casting.
Auto-boxing; is a process when you take a primitive value and
assign into wrapper class object.
Un-boxing; is a process when you take Wrapper class object
and convert to primitive.
Posted by: Guest on December-05-2020

Code answers related to "why was type casted needed in first place"

Browse Popular Code Answers by Language