gpt4 book ai didi

java - 线程因 sleep 而暂停后会发生什么?

转载 作者:行者123 更新时间:2023-12-01 06:47:35 25 4
gpt4 key购买 nike

我有以下代码

try{
sleep(500);
}catch(InterruptedException e){}

当线程完成 hibernate 或在该线程上调用 interrupt 方法时,是否会抛出 InterruptedException

最佳答案

不,InterruptedException 在正常流程中不会抛出,但当在线程上调用 interrupt() 时可能会发生(例如,通过某些其他代码尝试中断正常执行)该线程的流程)。通常执行只是在 sleep 语句之后的行中继续。

关于java - 线程因 sleep 而暂停后会发生什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5908170/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com