gpt4 book ai didi

java - 关于线程的run()方法的注意事项?

转载 作者:行者123 更新时间:2023-11-30 08:59:24 24 4
gpt4 key购买 nike

<分区>

上周去面试,面试的时候面试官问了我这个问题,

Q. What precaution do you take will writing a run() method?

我的回答是死锁、活锁、同步、饥饿和很少的开销,但是他对我的回答不满意。他说不,当我们编写 run() 方法时,还有一些其他事情你应该注意......

I wrote run() like this during interview.. 

class DrawCircle implements Runnable {

public void run(){
//some code here
}

}

谁能告诉我在任何 Runnable 线程中编写 run() 的正确方法是什么?

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