Answer may be:
Conversion means converting the data type into another data type. There are two types of conversion:
byte ----> short, int, long, float.
int ----> long, float, double
float ----> double
short ---->byte
int -----> short, byte
double ----> float