What is the locale class in java programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the largest data type in java?

0 Answers  


Why is prepared Statement, Callable Statement used for? What is the need of Batch updates?

1 Answers   Logica CMG,


What is final keyword in java?

0 Answers  


How do you use equal in java?

0 Answers  


Explain the differences between abstraction and encapsulation?

0 Answers  


Can static methods be inherited?

0 Answers  


What are the files generated after using IDL to java compiler?

0 Answers  


what are the methods of an object class?

3 Answers  


What is an arraylist in java?

0 Answers  


How many types of memory areas are allocated by jvm?

0 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


What are keywords in programming?

0 Answers  


Categories