Which statements correctly define a CORBA exception using IDL? seenagape 11 years ago Which statements correctly define a CORBA exception using IDL? A.exception MyException {}; B.interface Exception { strubg message; C.exception MyException; D.exception MyException { wstring message; } ← Previous question Next question →