试题详情
- 单项选择题 public static void parse(String str) { try { float f= Float.parseFloat(str); } catch (NumberFormatException nfe) { f= 0; } finally { System.out.println(f); } } public static void main(String[] args) { parse(”invalid”); } What is the result?()
A、 0.0
B、 Compilation fails.
C、 A ParseException is thrown by the parse method at runtime.
D、 A NumberFormatException is thrown by the parse method at runtime.
- B
关注下方微信公众号,在线模考后查看
热门试题
- 你了解几种排序算法?它们各自有什么优缺点
- 下列有关main()方法的签名正确的是哪
- 下列Map的泛型声明中正确的是哪项?()
- 有关for和while循环,以下说法错误
- What is
- Click the
- 现有代码片段:
- public class&e
- 类的静态成员与普通的对象成员之间有什么区
- 10. class&ensp
- Given the&ensp
- 下述代码执行后,有几个引用变量和几个对
- JDK由组成以下哪几部分组成?()
- Given an
- 一棵非空的二叉树的先序遍历序列与后序遍历
- 程序: class&ens
- class Foo&ensp
- 在下面的代码中,continue语句的
- 现有: &ens
- class Waiting&