在Java中,包com中定义了类TestUtil,在com的子包util中...
发布于 2022-03-02 16:56:13
在Java中,包com中定义了类TestUtil,在com的子包util中定义了同名类TestUtil,给定如下Java代码,编译运行时,将发生( )。
package test import com.util.TestUtil import com.TestUtil public class Test { public static void main(String[] args) { TestUtil testutil = new TestUtil() } }
登录后免费查看答案
关注者
0
被浏览
25