How long will the effects of calling Locale.setDefault()
be active assuming no other calls to that method are made?
B.
Calling Locale.setDefault()
changes the default locale within the program.
It does not change any settings on the computer.
The next time you run a Java program, it will have the original default locale rather than the one you changed it to.