- Locale for countries without defined constants: SO, docs
new Locale("language", "country")
- Covariant return types
- Means that the return type is allowed to vary in the same direction as the subclass.
Java notes
by
Tags:
new Locale("language", "country")
by
Tags: