A UNIX user named Bob wants to replace his chess program with a new one,but he is hot sure where the old one is in stalled.Bob is currently able to run a Java chess program starting from his home directory/home/bobusingthecommand:<br /> java-classpath/test:/home/bob/downloads/*.jargames.ChessBob’sCLASSPATHisset(atlogintime)to:<br /> /usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jar What is a possible location for the Chess.class file?()<p> A UNIX user named Bob wants to replace his chess program with a new one,but he is hot sure where the old one is in stalled.Bob is currently able to run a Java chess program starting from his home directory/home/bobusingthecommand:<br /> java-classpath/test:/home/bob/downloads/*.jargames.ChessBob’sCLASSPATHisset(atlogintime)to:<br /> /usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jar What is a possible location for the Chess.class file?()</p>
A、A./test/Chess.class
B、B./home/bob/Chess.class
C、C./test/games/Chess.class
D、D./usr/lib/games/Chess.class
E、E./home/bob/games/Chess.class
F、F.inside jarfile/opt/java/lib/Games.jar(withacorrectmanifest)
H、G.inside jarfile/home/bob/downloads/Games.jar(withacorrectmanifest)