单选题

以下程序运行的结果为()

发布于 2022-03-03 16:48:37

以下程序运行的结果为()
public class Example extends Thread{
     @Override
     public void run(){
        try{
             Thread.sleep(1000)
             }catch (InterruptedException e){
             e.printStackTrace()
             }
             System.out.print("run")
     }
     public static void main(String[] args){
             Example example=new Example()
             example.run()
             System.out.print("main")
     }
}


登录后免费查看答案
关注者
0
被浏览
46
知识点
面圈网VIP题库

面圈网VIP题库全新上线,海量真题题库资源。 90大类考试,超10万份考试真题开放下载啦

去下载看看