What Will Be The Output Of The Following Java Programp Pre #1049
What will be the output of the following Java program?</p> <pre><code class="language-java" line="1"> import java.util.*; class LOCALE_CLASS { public static void main(String args[]) { Locale obj = new Locale("HINDI", "INDIA") ; System.out.print(obj.getCountry()); } }</code></pre>
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Java Util More Utility Classes - Java Locale & Random Classes - Quiz No.1.