Home » JAVA Programming » Exceptions » Question
  1. Which of these methods return localized description of an exception?
    1. getMessage()
    2. getLocalizedMessage()
    3. printLocalizedMessage()
    4. obtainLocalizedMessage()
    5. None of these
Correct Option: B

getLocalizedMessage()



Your comments will be displayed only after manual approval.