IBM
C2170-010 · Question #7
Suppose that MessageFile.xml contains the following message identifier: uses this message?
The correct answer is C. AppException ae = new AppException(MESSAGEFILE.ERR_ENTRY_NOT_FOUND);. See the full explanation below for the reasoning.
Question
Suppose that MessageFile.xml contains the following message identifier: uses this message?
Options
- AException ae = new Exception(MESSAGEFILE.ERR_ENTRY_NOT_FOUND);
- BAppException ae = new AppException(MessageFile, ERR_ENTRY_NOT_FOUND);
- CAppException ae = new AppException(MESSAGEFILE.ERR_ENTRY_NOT_FOUND);
- DAppException ae = new AppException(ERR_ENTRY_NOT_FOUND);
How the community answered
(37 responses)- A3% (1)
- B14% (5)
- C76% (28)
- D8% (3)
Community Discussion
No community discussion yet for this question.