Vidyalelo
Java Programming · Q48

Java Server and Servlet

Programming · Java Programming · question 48

Q48

Which method is used to get three-letter abbreviation for locale's country in servlets?

A.
Request.getISO3Country()
Answer
B.
Locale.getISO3Country()
C.
Response.getISO3Country()
D.
Local.retrieveISO3Country()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board