首页 试题详情
单选题

对于java exception,在log里会(  )。

Aa warning message

Ba critical message

Cfull qulified exception class name

Dwill not log

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    对于java exceptionlog里会(  )。

    答案解析

  • 判断题

    java.lang.Exception类继承自Throwable。()

    答案解析

  • 单选题

    给定以下JAVA代码,这段代码编译运行后输出的结果是( ?)。???public class Test {???????public static int aMethod(int i) throws Exception ???{??? ?try{return i/10;}catch(Exception ex){throw new Exception (exception in a aMothod);}finally{?? ? System.out.print(finally);}}??? ?public static void main(String []?args) ?{try{aMethod(0);??? }catch(Exception ex){System.out.print(exception in main);??? }System.out.print(finished);}}

    答案解析

热门题库