try{
  if((new Object))(.equals((new Object()))){
      System.out.println("equal");
  }
  else{
      System.out.println("not equal");
  }  
}
catch(Exception e){
    System.out.println(exception);
}
请问怎么会出现编译错误??    这是一道SCJP的题目。