Given classes defined in two different files:<br /> <img src="https://nimg.ppkao.com/2018-08/longzhengxuan/2018080210231563286.jpg?sign=b91e73c4ef345903792170ec33496a6e&t=62d5458c" /><br /> 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.