java中类型的隐式转换

byte+byte=int,低级向高级是隐式类型转换,高级向低级必须强制类型转换,byte<char<short<int<long<float<double
原文地址:https://www.cnblogs.com/tiancai/p/8472421.html