以下数据类型转换中,必须进行强制类型转换的是()
long->char
short->float
int->long
byte->short
long是整型,char是字符类型,所以需要进行强制类型转换。