Given classes defined in two different files:

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.
出自:Oracle认证