How do you find out the locale of the running program? A. Locale.get(default) B. Locale.get(Locale.DEFAULT) C. Locale.of()

Question:

How do you find out the locale of the running program?

A. Locale.get("default")

B. Locale.get(Locale.DEFAULT)

C. Locale.of()

D. Locale.now()

E. Locale.getDefault()

F. None of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: