CIW Exam Questions

Which statements correctly define a CORBA exception using IDL?

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;
}