网站首页
编程语言
数据库
系统相关
其他分享
编程问答
SneakyThrows
2024-11-05
synchronized的monitor监视器
publicclassT{@SneakyThrowspublicstaticvoidmain(String[]args){System.out.println("此行后加锁monitorenter");synchronized(T.class){System.out.println("hellomonitor");}Syste