Riverbed
499-01 · Question #174
How should you instrument a Java application when a command line to start the application is not readily accessible?
The correct answer is C. Set the JAVA_TOOL_OPTIONS environment variable to add the argument into the application. See the full explanation below for the reasoning.
Question
How should you instrument a Java application when a command line to start the application is not readily accessible?
Options
- AThis is not feasible currently.
- BRecompile or modify the code.
- CSet the JAVA_TOOL_OPTIONS environment variable to add the argument into the application
- DWe should not instrument applications that use embedded virtual machines.
How the community answered
(35 responses)- A6% (2)
- B11% (4)
- C80% (28)
- D3% (1)
Community Discussion
No community discussion yet for this question.