IBM
C2050-725 · Question #25
An application developer has been notified of an issue with the custom code deployed on a production server. Which of the following is the correct approach for troubleshooting the issue on the…
The correct answer is A. 1. Add statements to the custom code that collects the code state in a circular buffer and add a. See the full explanation below for the reasoning.
Question
An application developer has been notified of an issue with the custom code deployed on a production server. Which of the following is the correct approach for troubleshooting the issue on the production server?
Options
- A
- Add statements to the custom code that collects the code state in a circular buffer and add a
- B
- Add statements to the custom code that uses the java.logging API to output the code state
- C
- Add System.outprintIn() statements with information about the code state to the custom code
- D
- Add statements to the code which uses the java.nio classes to output the code state to a custom
How the community answered
(31 responses)- A84% (26)
- C6% (2)
- D10% (3)
Community Discussion
No community discussion yet for this question.