Given classes defined in two different files<br /> <img src="https://nimg.ppkao.com/2018-08/longzhengxuan/2018080116223052014.jpg?sign=5f5bb332ed74b2f9cdf86dfbdace93bb&t=62d44700" /><br /> :<img src="https://nimg.ppkao.com/2018-08/longzhengxuan/2018080116222063384.jpg?sign=22fd94a7bf4572709666df02801aaf22&t=62d44700" /><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、Importutil.BitUtils.*;process(bytes);
F、Some App can not use the process method in BitUtils.