单选题

Given a valid DateFormat object named df,and 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?()

A18. d = df.parse(ds);

B18. d = df.getDate(ds);

C18. try {19. d = df.parse(ds);20. } catch(ParseException e) { };

D18. try {19. d = df.getDate(ds);20. } catch(ParseException e) { };

正确答案

来源:www.examk.com

答案解析

相似试题
  • Given: Which statement is true?()

    单选题查看答案

  • Given: What can be a result?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案