Hi all,
For this question from the exam mock,
Could any of you give me a light?
An exception caught in your
servlet can be logged how?
A. log(message, throwable.getMessage())
B. log(message, throwable)
C. logger(message, throwable.getMessage())
D. logger(message, throwable)