Given a vaid DateFormat object named df, and https://assets.asklib.com/images/image2/2018080115304982424.jpg 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){ }

时间:2022-09-10 01:28:54 所属题库:SCJP程序员认证考试题库

相似题目