-
Which method is used to get three-letter abbreviation for locale’s country in servlets?
-
- Local.retrieveISO3Country()
- Response.getISO3Country()
- Request.getISO3Country()
- Locale.getISO3Country()
- None of these
Correct Option: C
Each country is usually denoted by a 3 digit code.ISO3 is the 3 digit country code.