Which Method Is Used To Get Threeletter Abbreviation For #1261
Which method is used to get three-letter abbreviation for locale’s country in servlets?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Server Technologies Servlet - Java Servlet - Quiz No.1.
Which method is used to get three-letter abbreviation for locale’s country in servlets?
Request.getISO3Country()
Locale.getISO3Country()
Response.getISO3Country()
Local.retrieveISO3Country()