Automatic type conversion

What is meant by automatic type conversion?

  • When you assign value of one data type to another, the two types might not be compatible with each other. If the data types are compatible, then Java will perform the conversion automatically known as Automatic Type Conversion .
  • if not then they need to be casted or converted explicitly
Posted on by