随笔 - 545  文章 - 0  评论 - 31  阅读 - 72万 
  2020年4月23日
摘要: try、catch面试题 ++计算 int a = 2; int b = (a++) << (++a) + (++a); System.out.println(b + " " + a); 类似a++,++a这样的表达式,值不会边,但是a会变。即:b = 2 << (4 + 5) = 1024 a = 阅读全文
posted @ 2020-04-23 17:01 反光的小鱼儿 阅读(234) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示