How do you find out the locale of the running program?.
getDefault()
C.
The Locale object provides getDefault()
and setDefault()
methods for working with the default locale, so Option C is correct.
There is no get()
method declared on Locale.