Which one of the following statements will compile without errors?
Locale()
;b)
the static public final Locale US member in the Locale class is accessed using the expression Locale.US, as in option b).
the other options will result in compiler error(s).