Exam 9A0-384 All QuestionsBrowse all questions from this exam
Question 25

Which three statements are true when an AEM author instance is started in debug mode? (Choose three.)

    Correct Answer: A, B, C

    When an AEM author instance starts in debug mode, it does not force the JVM to fork a separate process. It typically starts with the -Xdebug option to enable debugging. Another common method to start AEM in debug mode is using the command line option -debug. These practices align with the standard procedures for enabling debugging in Java applications, making the statements correct.

Discussion
glory123Options: BCD

it should be bCd