What is a locale?



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

Post New Answer

More Core Java Interview Questions

What are hot spots in Java programming?

1 Answers  


What are inbuilt functions?

1 Answers  


which method throws exception of type Throwable

2 Answers  


What is set in java?

1 Answers  


What are the differences between string, stringbuffer and stringbuilder?

1 Answers  


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?

2 Answers  


Is boolean a data type in java?

1 Answers  


what is the difference between Object Based Language and Object Oriented Language?

1 Answers   Aspire,


Why Over riding is Run Time Polymorphism?

3 Answers   Genpact,


What is the use of static import ?

4 Answers   Rolta,


why abstract class will have a constructor?

4 Answers  


How to reverse a string in java?

1 Answers  


Categories