Java / Casting
Explain the different types of casting in Java.
There are 2 types.
Primitive casting refers to the casting between primitive data types. For example int to float.
Derivd casting refers to the casting between derived types/object.
More Related questions...