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 |
What is static import in java?
Explain about exception propagation?
What is subsequence of a string?
What are advantages and disadvantages of OOPs?
What is difference between static variable and global variable?
What is a static class in java?
Is main is a keyword?
What isan abstract class and when do you use it?
What do you mean by synchronized non access modifier?
What is the role of garbage collector in java?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
What is a ternary operator in java?