Physics, asked by prernavlko5268, 1 year ago

static and dynamic method invocation in corba

Answers

Answered by choudhary21
0
Static invocation is the easiest, most common type of invocation. The stubs are generated by the IDL compiler. ... While dynamic invocation is more complicated, it enables your CORBAclient application to invoke operations on any CORBA object without having to know the CORBA object's interfaces at compile time.
Answered by Akanshask
0
Static invocation is the easiest, most common type of invocation. The stubs are generated by the IDL compiler. ... While dynamic invocation is more complicated, it enables your CORBAclient application to invoke operations on any CORBA object without having to know the CORBA object's interfaces at compile time.
Similar questions