标签:之间 类型 out 工作 def font nbsp style 变化
java的自动装箱与拆箱
Integer num=1;//自动装箱
int i=num;//自动拆箱
java的多异常并列
try {
throw new Exception();
} catch (SQLException | IOException e) {
// TODO: handle exception
}
java的基本数值类型赋值优化
java的接口定义的变化
标签:之间 类型 out 工作 def font nbsp style 变化
原文地址:https://www.cnblogs.com/jifengdakuaitou/p/13173431.html