Q. Which method is used to get three-letter abbreviation for locale’s country in servlets?
β
Correct Answer: (C)
Request.getISO3Country()
Explanation: Each country is usually denoted by a 3 digit code.ISO3 is the 3 digit country code.