单选题You are creating an error page that provides a user-friendly screen whenever a server exception occurs.You want to hide the stack trace, but you do want to provide the exception’s error message to the user sothe user can provide it to the customer serv

题目
单选题
You are creating an error page that provides a user-friendly screen whenever a server exception occurs.You want to hide the stack trace, but you do want to provide the exception’s error message to the user sothe user can provide it to the customer service agent at your company.  Which EL code snippet inserts thiserror message into the error page?()
A

Message: <b>${exception.message}</b>

B

Message: <b>${exception.errorMessage}</b>

C

Message: <b>${request.exception.message}</b>

D

Message: <b>${pageContext.exception.message}</b>

E

Message: <b>${request.exception.errorMessage}</b>

参考答案和解析
正确答案: E
解析: 暂无解析
更多“单选题You are creating an error page that provides a user-friendly screen whenever a server exception occurs.You want to hide the stack trace, but you do want to provide the exception’s error message to the user sothe user can provide it to the customer serv”相关问题