Home » JAVA Programming » Java Basic » Question
  1. Which method is used to get three-letter abbreviation for locale’s country in servlets?
    1. Local.retrieveISO3Country()
    2. Response.getISO3Country()
    3. Request.getISO3Country()
    4. Locale.getISO3Country()
    5. None of these
Correct Option: C

Each country is usually denoted by a 3 digit code.ISO3 is the 3 digit country code.



Your comments will be displayed only after manual approval.