单项选择题
Click the Exhibit button. What is the output of the program shown in the exhibit?()
A.300-100-100-100-100 B.300-300-100-100-100 C.300-300-300-100-100 D.300-300-300-300-100
A./test/Chess.class B./home/bob/Chess.class C./test/games/Chess.class D./usr/lib/games/Chess.class E./home/bob/games/Chess.class F.inside jarfile /opt/java/lib/Games.jar (with a correct manifest) G. inside jarfile /home/bob/downloads/Games.jar (with a correct manifest)
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.