Internationalization
© examsiri.com
Question : 5 of 18
Marks:
+1,
-0
Given:
The variable df is an object of type DateFormat that has been initialized in line 1.
What is the result if this code is run on December 14, 2000?
2. Date date = new Date();
3. df.setLocale(Locale.ITALY);
4. String s = df.format(date); The variable df is an object of type DateFormat that has been initialized in line 1.
What is the result if this code is run on December 14, 2000?
Go to Question: