In the
EJB 1.1 spec, access to an EJB home object from a standalone client must take place via which one of the following?
a RMI over JRMP
b It is left to the container provider to decide.
c CORBA over IIOP
d RMI over IIOP
e CORBA over any protocol
Ans
. Some of them are saying b. I clearly see in the ejb1.1 spec , ejb1.1 remote interfaces will be mapped to corba protocols.