当前位置:SCJP程序员认证考试题库

问题:

[单选]

16. Date d = new Date(0L); 
17. String ds = “December 15, 2004”; 
18. // insert code here 
What updates d‟s value with the date represented by ds?()

A .  18. d = df.parse(ds);
B .  18. d = df.getDate(ds);
C .  18. try {  19. d = df.parse(ds);  20. } catch(ParseException e) { };
D .  18. try {  19. d = df.getDate(ds);  20. } catch(ParseException e) { };

李斯特创作的交响诗有() 《前奏曲》。 《山中所闻》。 《普罗米修斯》。 以上都是。 施工质量事故报告和调查处理的工作,包括:①事故调查;②事故报告;③事故的原因分析;④提交事故处理报告;⑤事故处理的鉴定验收。其正确的工作顺序是()。 ①—②—③—④—⑤。 ①—②—③—⑤—④。 ②—①—③—④—⑤。 ②—①—③—⑤—④。 图书馆藏书 近年来,资金来源除了乱收乱罚,截留、挤占、挪用、转移合法收入,收取不法收入及接受赞助、捐赠等传统手法外,又出现了虚列支出,虚报冒领套取财政资金等手段。 藏书建设

16. Date d = new Date(0L); 
17. String ds = “December 15, 2004”; 
18. // insert code here 
What updates d‟s value with the date represented by ds?()

参考答案:

  参考解析

本题暂无解析

在线 客服

相关内容

相关标签