What is Locale class?
Answer / ravikiran(aptech mumbai)
locale class is used to provide members and methods for the
sake of internationalization
| Is This Answer Correct ? | 3 Yes | 0 No |
java is pure object-oriented programming language?why it is platform independent.
What is java console application?
I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?
What is a parameter in a function?
Can we declare array without size in java?
What is field name?
What is a flag variable?
Explain about static nested classes in java?
How can we find the actual size of an object on the heap?
Is treeset sorted in java?
What is the symbol for line break?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?