Re: Why we can't provide a null parameter to method in CORBA?
by Yakov Gerlovin <yakov.gerlovin@[EMAIL PROTECTED]
>
Jul 4, 2007 at 12:32 AM
RMI is (Java) language specific while CORBA is not limited to specific
language, nor platform. In order to simplify mapping to as wide range
of languages as possible CORBA adopted some limitations, for example,
CORBA does not allow overloading (like C). Some languages does not
have pointers, that is probably the reason why passing 'null' is not
allowed.