单项选择题
Given: What is the result?()
A.Compilation fails. B.An exception is thrown at runtime. C.doStuff x = 6 main x = 6 D.doStuff x = 6 main x = 7 E.doStuff x = 7 main x = 6
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.
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