P
Q. What will be the output of the following Java program? import java.util.*; class LOCALE_CLASS { public static void main(String args[]) { Locale obj = new Locale("HINDI") ; System.out.print(obj.getDisplayLanguage()); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which command disassembles a class file
Q. Which of these method of class String is used to compare two String objects for their equality?
Q. An ordinal() method of an ENUM returns _____.
Q. Which of the following is true about primitives?
Q. Which of these methods can be used to obtain the command name for ActionEvent object?
Q. Choose the wrong representation of a character literal in Octal notation in Java.
Q. Method overriding is combination of inheritance and polymorphism?
Discusssion
Login to discuss.