Computer Science, asked by deathslinger0, 1 year ago

difference between implicit and explicit conversions in java

Answers

Answered by Rishabhroy1
9
implicit conversion is casting of higher data type to lower data type .
it is done by user command .

explicit casting is casting of lower data type to higher data type .
it is also called default type casting .
Similar questions