Computer Science, asked by SumukhaP6087, 8 months ago

What is type conversion in Java meow

Answers

Answered by sangeetadas59023
1

Answer:

Type conversion in Java with Examples. When you assign value of one data type to another, the two types might not be compatible with each other. ... For example, assigning an int value to a long variable. Widening or Automatic Type Conversion. Widening conversion takes place when two data types are automatically converted.

Similar questions