单选题

阅读如下代码。请问,对语句行 test.hello(). 描述正确的有()

发布于 2022-03-03 22:34:22

阅读如下代码。 请问,对语句行 test.hello(). 描述正确的有()

package NowCoder
class Test {
	public static void hello() {
	    System.out.println("hello")
	}
}
public class MyApplication {
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		Test test=null
		test.hello()
	}
}


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

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

去下载看看