2021年5月9日
摘要: 例子如下: public class DemoThread { public static void main(String[] args) throws InterruptedException { Thread thread = new Thread(new Runnable() { @Over 阅读全文
posted @ 2021-05-09 23:26 坚守梦想 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 直接看例子: public class TryFinallyTest { public static void main(String[] args) { try{ System.out.println("hello finally"); return; }finally { System.out. 阅读全文
posted @ 2021-05-09 12:52 坚守梦想 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://www.bilibili.com/video/BV1kJ411H7w7?from=search&seid=16755936018144089586 看完视频之后,感觉就是面试官装逼问这个,这次遇到了来补习下。(面试官不问联合索引,直接问知不知道索引下推) 真不知道有啥好问 阅读全文
posted @ 2021-05-09 12:51 坚守梦想 阅读(694) 评论(0) 推荐(0) 编辑