单选题

Given: 11.double input = 314159.26; 12.NumberFormat nf = NumberFormat.getInstance(Locale.ITALIAN); 13.String b; 14.//insert code here Which code, inserted at line 14, sets the value of b to 314.159,26?()

Ab = nf.parse( input );

Bb = nf.format( input );

Cb = nf.equals( input );

Db = nf.parseObject( input );

正确答案

来源:www.examk.com

答案解析

相似试题
  • Given: 11.double input = 314159.26; 12.NumberFormat nf = NumberFormat.getInstance(Locale.ITALIAN); 13.String b; 14.//insert code here Which code, inserted at line 14, sets the value of b to 314.159,26?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: Which statement is true?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: Which three are true?()

    多选题查看答案

  • Given: What is the result?()

    单选题查看答案

  • Given: Which statement is true?()

    单选题查看答案

  • Given: What is the result?()

    单选题查看答案