单选题Given: 12.Date date = new Date(); 13.df.setLocale(Locale.ITALY); 14.String s = df.format(date); The variable df is an object of type DateFormat that has been initialized in line 11. What is the result if this code is run on December 14, 2000?()A The va

题目内容(请给出正确答案)
单选题
Given: 12.Date date = new Date(); 13.df.setLocale(Locale.ITALY); 14.String s = df.format(date); The variable df is an object of type DateFormat that has been initialized in line 11. What is the result if this code is run on December 14, 2000?()
A

The value of s is 14-dic-2000.

B

The value of s is Dec 14, 2000.

C

An exception is thrown at runtime.

D

Compilation fails because of an error in line 13.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题