移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

33. try {  34. // some code here  35. } catch (NullPointerException e1) {  36. System.out.print(”a”);  37. } catch (RuntimeException e2) {  38. System.out.print(”b”);  39. } finally {  40. System.out.print(”c”);  41. }  What is the result if a NullPointerException occurs on line 34?() 

发布日期:2021-08-23

33. try {  34. // some code here  35. } catch (Nul...
A

c

B

a

C

ab

D

ac

E

bc

F

abc

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!