Styrow.dev
Question 95 of 247
Java Topic: General medium

Difference between implicit and explicit type casting?

Question

Difference between implicit and explicit type casting?

Answer

An explicit conversion is where you use some syntax to tell the program to do a conversion whereas in case of implicit type casting you need not provide the data type.