对下列程序的叙述中,正确的是:
1:public class X extends Thread implements Runnable{
2:public void run(){
3: System.out.println("this is run()");
4:}
5:public static void main(String args[]){
6:Thread t=new Thread(new X());
7:t.start();
8:}
9:}
欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web
对下列程序的叙述中,正确的是:
1:public class X extends Thread implements Runnable{
2:public void run(){
3: System.out.println("this is run()");
4:}
5:public static void main(String args[]){
6:Thread t=new Thread(new X());
7:t.start();
8:}
9:}
A.第1行会产生编译错误
B.第6行会产生编译错误
C.第6行会产生运行错误
D.程序正常运行
正确答案D
×
提示:小程序已经收录此题,请在小程序查看名师解析。翰林刷小程序提供搜题,刷题,助你轻松通过考试