Given classes defined in two different files:What is required at line 5 in class SomeApp to use the process method of BitUtils?()<br /> <img src="https://nimg.ppkao.com/2018-08/longzhengxuan/2018080210192414382.jpg?sign=b9c797f2761b02dc956267896c013289&t=62d45ab4" />
A、process(bytes);
B、BitUtils.process(bytes);
C、util.BitUtils.process(bytes);
D、SomeApp cannot use methods in BitUtils.
E、import util.BitUtils.*; process(bytes);