摘要: JAVA自动装箱问题和对象加锁问题 public static void main(String[] args) { // Integer a = new Integer(1000); Integer a = 1000; //jdk5.0之后 . TODO 自动装箱,编译器帮我们改进代码:Integ 阅读全文
posted @ 2022-08-05 16:49 cqzaier 阅读(28) 评论(0) 推荐(0)