What is a locale?
Answer / Mohit Awasthi
"Locale": A standard representation of geographically specific cultural and language-related attributes in Java, used to represent regional differences in language, currency, date formats, number formats, and more. It consists of a language, country/region, and optional variant information."
| Is This Answer Correct ? | 0 Yes | 0 No |
What are hot spots in Java programming?
What are inbuilt functions?
which method throws exception of type Throwable
What is set in java?
What are the differences between string, stringbuffer and stringbuilder?
why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?
Is boolean a data type in java?
what is the difference between Object Based Language and Object Oriented Language?
Why Over riding is Run Time Polymorphism?
What is the use of static import ?
why abstract class will have a constructor?
How to reverse a string in java?