Posted inJava
Type Casting in Java | 2 types Implicit and explicit casting
What is Type Casting Type casting in java refers to converting one data type into others. There are two types, Implicit type casting and explicit type casting, in java. Type…