问题:
Given classes defined in two different files:
What is required at line 5 in class SomeApp to use the process method of BitUtils?()
A . process(bytes);
B . BitUtils.process(bytes);
C . app.BitUtils.process(bytes);
D . util.BitUtils.process(bytes);
E . import util.BitUtils.*; process(bytes);
F . SomeApp cannot use the process method in BitUtils.
Given classes defined in two different files:
What is required at line 5 in class SomeApp to use the process method of BitUtils?()
● 参考解析
本题暂无解析
相关内容
相关标签