Java认证Java认证Java程序员Jd1806第二次测验
题目内容

程序如下:public class B{ public static void main(String[] args) {      System.out.println(test());       } private static int test() {  int a=10;   int b=0;  try{          a/=b;        } catch(Exception e){        a=20;      } finally{       a=30;  } }   return a; } 请问程序的运行结果为?()

2024-07-09

A.0

B.10

C.20

D.30

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端