πŸ“Š JAVA
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());
}
}
  • (A) India
  • (B) INDIA
  • (C) HINDI
  • (D) Nothing is displayed
πŸ’¬ Discuss
βœ… Correct Answer: (C) HINDI

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
64
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Pooja
Publisher
πŸ“ˆ
89%
Success Rate