阅读如下代码。请问,对语句行 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