Card 7 / 76: Which MS Windows–based command-line utility will allow you to run the Java interpreter without launching the console window?
A)
javaw
B)
interpw
C)
java -wo
D)
jconsole
Answer:
A) javaw
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
B, C, and D are incorrect.
B is incorrect because there is no interpw command.
C is incorrect because there is no -wo switch.
D is incorrect because jconsole is a management and monitoring application, not an interpreter.
|