Toggle navigation
首页
问答
文章
话题
专家
提问
会员
中心
登录
注册
java
Which of the following expressions must be true if you create a thread using Thread = new Thread(object)? ()
发布于 2021-02-15 03:25:25
【单选题】
A object instanceof Thread
B object instanceof Frame
C object instanceof Applet
D object instanceof Runnable
查看更多
关注者
0
被浏览
63
体验AI问答!更聪明、超智能!
一款基于GPT的超级AI助手,可以对话、创作、写文案!
👉 点击使用 - AI智能问答 🔥
你的小公举
2023-02-15
这家伙很懒,什么也没写!
此回答被采纳为最佳答案,开通VIP会员可查看
1
个回答
默认排序
按发布时间排序
撰写答案
请登录后再发布答案,
点击登录
登录
注册新账号
有人回复时邮件通知我
关于作者
fengshan
这家伙很懒,什么也没写!
提问
796
回答
845
被采纳
845
关注TA
发私信
相关问题
1
Analyze the following code: public class Test implements Runnable { public static void main(String[] args) { Test t = new Test(); } public Test() { Thread t = new Thread(this); t.start(); } public void run() { System.out.println("test"); } } the correct answer is ()
2
下列犯罪嫌疑人符合逮捕条件,但不可以采取监视居住强制措施的是( )。
3
Why does the following class have a syntax error?() import java.applet.*; public class Test extends Applet implements Runnable { public void init() throws InterruptedException { Thread t = new Thread(this); t.sleep(1000); } public synchronized void run() { } }
4
We cannot tell when an earthquake(地震) is coming.
5
通风系统及设施被破坏时,应当设置()恢复通风。
6
特别授权一事一授,有效期根据授权事项的具体情况确定,一般不得超过一年。()
7
You can use the()method to force one thread to wait for another thread to finish.
8
下列情形中,公AN机关可对犯罪嫌疑人采取监视居住的是( )。
9
When you run the following program, what will happen?() public class Test extends Thread { public static void main(String[] args) { Test t = new Test(); t.start(); t.start(); } public void run() { System.out.println("test"); } }
10
We have made little progress.
发布
问题
手机
浏览
扫码手机浏览
分享
好友
在线
客服
回到
顶部