try {  if ((new Object))(.equals((new Object()))) {  System.out.println(“equal”);  }else{  System.out.println(“not equal”);  }  }catch (Exception e) {  System.out.println(“exception”);  }   What is the result? () 

A .  equal B .  not equal C .  exception D .  Compilation fails.

时间:2022-09-19 04:54:12 所属题库:SCJP程序员认证考试题库

相似题目